Color Hex Logo

#852208 Color Hex

#852208
(133,34,8)
0 Favorites   0 Comments

Color spaces of #852208

RGB 133348
HSL0.030.890.28
HSV12°94°52°
CMYK 0.000.740.94   0.48
XYZ10.28876.14810.8742
Yxy6.14810.59430.3552
Hunter Lab24.795430.675715.2664
CIE-Lab29.783140.951838.8461

#852208 color RGB value is (133,34,8).

#852208 hex color red value is 133, green value is 34 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #852208 hue: 0.03 , saturation: 0.89 and the lightness value of 852208 is 0.28.

The process color (four color CMYK) of #852208 color hex is 0.00, 0.74, 0.94, 0.48. Web safe color of #852208 is #993300. Color #852208 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100010 00001000
Octal 205 42 10
Decimal 133 34 8
Hex 85 22 8

RGB Percentages of Color #852208

%76.00
%19.43
%4.57

CMYK Percentages of Color #852208

%0
%74
%94
%48

Triadic Colors of #852208

#852208 #088522 #220885

Analogous Colors of #852208

#852208 #856108 #85082d

Monochromatic Colors of #852208

#852208

Complementary Color

#852208 #086b85

#852208 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852208 Color Preview on White Background

Lorem ipsum dolor sit amet.

#852208 Color CSS Codes

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

#852208 Text Font Color

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

This sample text font color is #852208
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.


#852208 Background Color

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

This div background color is #852208


#852208 Border Color

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

This div border color is #852208


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852208


Comments

No comments written yet.

Please login to write comment.