#804508

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

Shades of Saddle Brown #804508

Tints of Saddle Brown #804508

Color information

#804508 (or 0x804508) is unknown color: approx Saddle Brown. HEX triplet: 80, 45 and 08. RGB value is (128,69,8). Sum of RGB (Red+Green+Blue) = 128+69+8=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #804508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804508 is #7FBAF7. Grayscale: #4F4F4F. Windows color (decimal): -8370936 or 542080. OLE color: 542080.

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

Color convert

RGB128698-
CMYK00.460.940.50
HSL30.5º88.24%26.67%-
HSV(B)30.5º93.75%50.2%-
XYZ11.078.861.36-
YUV79.6987.55162.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.44%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 8 (3.52% from 255) = 3.90%
R=62.44%
G=33.66%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12869800.460.940.5030.588.2426.67
Hex8045802E5E321e581b
Octal20010510056136623613033
Binary10000000100010110000101110101111011001011110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804508; }

 p { color: rgb(128,69,8); }

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

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

 a { background-color: rgb(128,69,8); }

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

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

 span { border-color: rgb(128,69,8); }

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