Color Hex Logo

#854121 Color Hex

#854121
(133,65,33)
0 Favorites   0 Comments

Color spaces of #854121

RGB 1336533
HSL0.050.600.33
HSV19°75°52°
CMYK 0.000.510.75   0.48
XYZ11.83778.87692.5284
Yxy8.87690.50930.3819
Hunter Lab29.794118.781315.8244
CIE-Lab35.746226.652932.1584

#854121 color RGB value is (133,65,33).

#854121 hex color red value is 133, green value is 65 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #854121 hue: 0.05 , saturation: 0.60 and the lightness value of 854121 is 0.33.

The process color (four color CMYK) of #854121 color hex is 0.00, 0.51, 0.75, 0.48. Web safe color of #854121 is #993333. Color #854121 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000001 00100001
Octal 205 101 41
Decimal 133 65 33
Hex 85 41 21

RGB Percentages of Color #854121

%57.58
%28.14
%14.29

CMYK Percentages of Color #854121

%0
%51
%75
%48

Triadic Colors of #854121

#854121 #218541 #412185

Analogous Colors of #854121

#854121 #857321 #852133

Monochromatic Colors of #854121

#854121

Complementary Color

#854121 #216585

#854121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854121 Color CSS Codes

.mybgcolor {background-color:#854121; } 
.myforecolor {color:#854121; }
.mybordercolor {border:3px solid #854121; }

#854121 Text Font Color

<p style="color:#854121">Text here</p>

This sample text font color is #854121
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#854121 Background Color

<div style="background-color:#854121">
Div content here</div>

This div background color is #854121


#854121 Border Color

<div style="border:3px solid #854121">
Div here</div>

This div border color is #854121


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,65,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #854121; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #854121;
  -webkit-box-shadow: 1px 1px 3px 2px #854121;
  box-shadow:         1px 1px 3px 2px #854121; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,65,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #854121">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #854121;
  -webkit-box-shadow: 1px 1px 3px 2px #854121;
  box-shadow:         1px 1px 3px 2px #854121;">
Div content here</div>

This div box has shadow with color #854121

#854121 Color Palettes


Comments

No comments written yet.

Please login to write comment.