Shades of Saddle Brown #8C3409
Tints of Saddle Brown #8C3409
RGB
CMYK
RGB Variations
Color information
#8C3409 (or 0x8C3409) is known color: Saddle Brown. HEX triplet: 8C, 34 and 09. RGB value is (140,52,9). Sum of RGB (Red+Green+Blue) = 140+52+9=201 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.65% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3409 is #73CBF6. Grayscale: #494949. Windows color (decimal): -7588855 or 603276. OLE color: 603276.
HSL color Cylindrical-coordinate representation of color #8C3409: hue angle of 19.69º 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 #8C3409 is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 9 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.45 |
| HSL | 19.69º | 0.88% | 0.29% | - |
| HSV(B) | 19.69º | 0.94% | 0.55% | - |
| XYZ | 12.09 | 8.05 | 1.18 | - |
| YUV | 73.41 | 91.65 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 9 | 0 | 0.63 | 0.94 | 0.45 | 19.69 | 0.88 | 0.29 |
| Hex | 8C | 34 | 9 | 0 | 3F | 5E | 2D | 14 | 58 | 1D |
| Octal | 214 | 64 | 11 | 0 | 77 | 136 | 55 | 24 | 130 | 35 |
| Binary | 10001100 | 110100 | 1001 | 0 | 111111 | 1011110 | 101101 | 10100 | 1011000 | 11101 |
Color Harmonies of #8C3409
Complementary color
Monochromatic Colors of #8C3409
Black with #8C3409
Text Example
Text Example
White with #8C3409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3409; }
p { color: rgb(140,52,9); }
H1.HeaderClassName
{
color: #8C3409;
}
.AnyTagClassName
{
color: #8C3409;
}
</style>
background-color css
<style>
a { background-color: #8C3409; }
a { background-color: rgb(140,52,9); }
div.DivClassName
{
background-color: #8C3409;
}
.BgClassName
{
background-color: #8C3409;
}
</style>
border-color css
<style>
span { border-color: #8C3409; }
span { border-color: rgb(140,52,9); }
td.TdClassName
{
border-color: #8C3409;
}
.TagClassName
{
border-color: #8C3409;
}
</style>