Shades of Saddle Brown #8C5309
Tints of Saddle Brown #8C5309
RGB
CMYK
RGB Variations
Color information
#8C5309 (or 0x8C5309) is known color: Saddle Brown. HEX triplet: 8C, 53 and 09. RGB value is (140,83,9). Sum of RGB (Red+Green+Blue) = 140+83+9=232 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.34% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5309 is #73ACF6. Grayscale: #5B5B5B. Windows color (decimal): -7580919 or 611212. OLE color: 611212.
HSL color Cylindrical-coordinate representation of color #8C5309: hue angle of 33.89º degrees, saturation: 0.88, 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 #8C5309 is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 9 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.45 |
| HSL | 33.89º | 0.88% | 0.29% | - |
| HSV(B) | 33.89º | 0.94% | 0.55% | - |
| XYZ | 13.96 | 11.78 | 1.8 | - |
| YUV | 91.61 | 81.38 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 9 | 0 | 0.41 | 0.94 | 0.45 | 33.89 | 0.88 | 0.29 |
| Hex | 8C | 53 | 9 | 0 | 29 | 5E | 2D | 22 | 58 | 1D |
| Octal | 214 | 123 | 11 | 0 | 51 | 136 | 55 | 42 | 130 | 35 |
| Binary | 10001100 | 1010011 | 1001 | 0 | 101001 | 1011110 | 101101 | 100010 | 1011000 | 11101 |
Color Harmonies of #8C5309
Complementary color
Monochromatic Colors of #8C5309
Black with #8C5309
Text Example
Text Example
White with #8C5309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5309; }
p { color: rgb(140,83,9); }
H1.HeaderClassName
{
color: #8C5309;
}
.AnyTagClassName
{
color: #8C5309;
}
</style>
background-color css
<style>
a { background-color: #8C5309; }
a { background-color: rgb(140,83,9); }
div.DivClassName
{
background-color: #8C5309;
}
.BgClassName
{
background-color: #8C5309;
}
</style>
border-color css
<style>
span { border-color: #8C5309; }
span { border-color: rgb(140,83,9); }
td.TdClassName
{
border-color: #8C5309;
}
.TagClassName
{
border-color: #8C5309;
}
</style>