#8C5408

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

Shades of Saddle Brown #8C5408

Tints of Saddle Brown #8C5408

Color information

#8C5408 (or 0x8C5408) is unknown color: approx Saddle Brown. HEX triplet: 8C, 54 and 08. RGB value is (140,84,8). Sum of RGB (Red+Green+Blue) = 140+84+8=232 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.34% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5408 is #73ABF7. Grayscale: #5C5C5C. Windows color (decimal): -7580664 or 545932. OLE color: 545932.

HSL color Cylindrical-coordinate representation of color #8C5408: hue angle of 34.55º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C5408 is Cyan = 0, Magento = 0.4, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB140848-
CMYK00.40.940.45
HSL34.55º89.19%29.02%-
HSV(B)34.55º94.29%54.9%-
XYZ14.0311.931.79-
YUV92.0880.55162.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 60.34%
GREEN value IS 84 (33.20% from 255) = 36.21%
BLUE value IS 8 (3.52% from 255) = 3.45%
R=60.34%
G=36.21%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14084800.40.940.4534.5589.1929.02
Hex8C5480285E2D23591d
Octal21412410050136554313135
Binary100011001010100100001010001011110101101100011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C5408; }

 p { color: rgb(140,84,8); }

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

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

 a { background-color: rgb(140,84,8); }

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

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

 span { border-color: rgb(140,84,8); }

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