Shades of Saddle Brown #8C3308
Tints of Saddle Brown #8C3308
RGB
CMYK
RGB Variations
Color information
#8C3308 (or 0x8C3308) is known color: Saddle Brown. HEX triplet: 8C, 33 and 08. RGB value is (140,51,8). Sum of RGB (Red+Green+Blue) = 140+51+8=199 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.35% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3308 is #73CCF7. Grayscale: #484848. Windows color (decimal): -7589112 or 537484. OLE color: 537484.
HSL color Cylindrical-coordinate representation of color #8C3308: hue angle of 19.55º degrees, saturation: 0.89, 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 #8C3308 is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 51 | 8 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.45 |
| HSL | 19.55º | 0.89% | 0.29% | - |
| HSV(B) | 19.55º | 0.94% | 0.55% | - |
| XYZ | 12.04 | 7.96 | 1.13 | - |
| YUV | 72.71 | 91.49 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 51 | 8 | 0 | 0.64 | 0.94 | 0.45 | 19.55 | 0.89 | 0.29 |
| Hex | 8C | 33 | 8 | 0 | 40 | 5E | 2D | 14 | 59 | 1D |
| Octal | 214 | 63 | 10 | 0 | 100 | 136 | 55 | 24 | 131 | 35 |
| Binary | 10001100 | 110011 | 1000 | 0 | 1000000 | 1011110 | 101101 | 10100 | 1011001 | 11101 |
Color Harmonies of #8C3308
Complementary color
Monochromatic Colors of #8C3308
Black with #8C3308
Text Example
Text Example
White with #8C3308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3308; }
p { color: rgb(140,51,8); }
H1.HeaderClassName
{
color: #8C3308;
}
.AnyTagClassName
{
color: #8C3308;
}
</style>
background-color css
<style>
a { background-color: #8C3308; }
a { background-color: rgb(140,51,8); }
div.DivClassName
{
background-color: #8C3308;
}
.BgClassName
{
background-color: #8C3308;
}
</style>
border-color css
<style>
span { border-color: #8C3308; }
span { border-color: rgb(140,51,8); }
td.TdClassName
{
border-color: #8C3308;
}
.TagClassName
{
border-color: #8C3308;
}
</style>