#8C5306

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

Shades of Saddle Brown #8C5306

Tints of Saddle Brown #8C5306

Color information

#8C5306 (or 0x8C5306) is unknown color: approx Saddle Brown. HEX triplet: 8C, 53 and 06. RGB value is (140,83,6). Sum of RGB (Red+Green+Blue) = 140+83+6=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5306 is #73ACF9. Grayscale: #5B5B5B. Windows color (decimal): -7580922 or 414604. OLE color: 414604.

HSL color Cylindrical-coordinate representation of color #8C5306: hue angle of 34.48º 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 #8C5306 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB140836-
CMYK00.410.960.45
HSL34.48º91.78%28.63%-
HSV(B)34.48º95.71%54.9%-
XYZ13.9411.781.71-
YUV91.2679.88162.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 61.14%
GREEN value IS 83 (32.81% from 255) = 36.24%
BLUE value IS 6 (2.73% from 255) = 2.62%
R=61.14%
G=36.24%
B=2.62%

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
Decimal14083600.410.960.4534.4891.7828.63
Hex8C536029602D225c1d
Octal2141236051140554213435
Binary10001100101001111001010011100000101101100010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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