#844208

Color #844208 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #844208

Tints of Saddle Brown #844208

Color information

#844208 (or 0x844208) is unknown color: approx Saddle Brown. HEX triplet: 84, 42 and 08. RGB value is (132,66,8). Sum of RGB (Red+Green+Blue) = 132+66+8=206 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.08% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 132 - color contains mainly: red. Hex color #844208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844208 is #7BBDF7. Grayscale: #4F4F4F. Windows color (decimal): -8109560 or 541316. OLE color: 541316.

HSL color Cylindrical-coordinate representation of color #844208: hue angle of 28.06º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #844208 is Cyan = 0, Magento = 0.5, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB132668-
CMYK00.50.940.48
HSL28.06º88.57%27.45%-
HSV(B)28.06º93.94%51.76%-
XYZ11.518.821.33-
YUV79.1287.87165.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 64.08%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 8 (3.52% from 255) = 3.88%
R=64.08%
G=32.04%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13266800.50.940.4828.0688.5727.45
Hex844280325E301c591b
Octal20410210062136603413133
Binary10000100100001010000110010101111011000011100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844208; }

 p { color: rgb(132,66,8); }

 H1.HeaderClassName
 {
   color: #844208;
 }
 .AnyTagClassName
 {
   color: #844208;
 }
</style>
background-color css

<style>
 a { background-color: #844208; }

 a { background-color: rgb(132,66,8); }

 div.DivClassName
 {
   background-color: #844208;
 }
 .BgClassName
 {
   background-color: #844208;
 }
</style>
border-color css

<style>
 span { border-color: #844208; }

 span { border-color: rgb(132,66,8); }

 td.TdClassName
 {
   border-color: #844208;
 }
 .TagClassName
 {
   border-color: #844208;
 }
</style>