#8C520E

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

Shades of Saddle Brown #8C520E

Tints of Saddle Brown #8C520E

Color information

#8C520E (or 0x8C520E) is unknown color: approx Saddle Brown. HEX triplet: 8C, 52 and 0E. RGB value is (140,82,14). Sum of RGB (Red+Green+Blue) = 140+82+14=236 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.32% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 140 - color contains mainly: red. Hex color #8C520E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C520E is #73ADF1. Grayscale: #5B5B5B. Windows color (decimal): -7581170 or 938636. OLE color: 938636.

HSL color Cylindrical-coordinate representation of color #8C520E: hue angle of 32.38º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C520E is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB1408214-
CMYK00.410.900.45
HSL32.38º81.82%30.2%-
HSV(B)32.38º90%54.9%-
XYZ13.9111.641.93-
YUV91.5984.22162.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 59.32%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 14 (5.86% from 255) = 5.93%
R=59.32%
G=34.75%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140821400.410.900.4532.3881.8230.2
Hex8C52E0295A2D20521e
Octal21412216051132554012236
Binary100011001010010111001010011011010101101100000101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C520E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,82,14); }

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

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

 a { background-color: rgb(140,82,14); }

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

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

 span { border-color: rgb(140,82,14); }

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