#8C5210

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

Shades of Saddle Brown #8C5210

Tints of Saddle Brown #8C5210

Color information

#8C5210 (or 0x8C5210) is unknown color: approx Saddle Brown. HEX triplet: 8C, 52 and 10. RGB value is (140,82,16). Sum of RGB (Red+Green+Blue) = 140+82+16=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5210 is #73ADEF. Grayscale: #5C5C5C. Windows color (decimal): -7581168 or 1069708. OLE color: 1069708.

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

Color convert

RGB1408216-
CMYK00.410.890.45
HSL31.94º79.49%30.59%-
HSV(B)31.94º88.57%54.9%-
XYZ13.9311.652-
YUV91.8285.22162.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.82%
GREEN value IS 82 (32.42% from 255) = 34.45%
BLUE value IS 16 (6.64% from 255) = 6.72%
R=58.82%
G=34.45%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140821600.410.890.4531.9479.4930.59
Hex8C5210029592D204f1f
Octal21412220051131554011737
Binary1000110010100101000001010011011001101101100000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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