#8C5206

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

Shades of Saddle Brown #8C5206

Tints of Saddle Brown #8C5206

Color information

#8C5206 (or 0x8C5206) is unknown color: approx Saddle Brown. HEX triplet: 8C, 52 and 06. RGB value is (140,82,6). Sum of RGB (Red+Green+Blue) = 140+82+6=228 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.40% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5206 is #73ADF9. Grayscale: #5B5B5B. Windows color (decimal): -7581178 or 414348. OLE color: 414348.

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

Color convert

RGB140826-
CMYK00.410.960.45
HSL34.03º91.78%28.63%-
HSV(B)34.03º95.71%54.9%-
XYZ13.8711.621.69-
YUV90.6880.22163.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 61.40%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 6 (2.73% from 255) = 2.63%
R=61.40%
G=35.96%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14082600.410.960.4534.0391.7828.63
Hex8C526029602D225c1d
Octal2141226051140554213435
Binary10001100101001011001010011100000101101100010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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