Shades of Saddle Brown #8C4308
Tints of Saddle Brown #8C4308
RGB
CMYK
RGB Variations
Color information
#8C4308 (or 0x8C4308) is known color: Saddle Brown. HEX triplet: 8C, 43 and 08. RGB value is (140,67,8). Sum of RGB (Red+Green+Blue) = 140+67+8=215 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.12% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4308 is #73BCF7. Grayscale: #525252. Windows color (decimal): -7585016 or 541580. OLE color: 541580.
HSL color Cylindrical-coordinate representation of color #8C4308: hue angle of 26.82º 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 #8C4308 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 67 | 8 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.45 |
| HSL | 26.82º | 0.89% | 0.29% | - |
| HSV(B) | 26.82º | 0.94% | 0.55% | - |
| XYZ | 12.87 | 9.61 | 1.41 | - |
| YUV | 82.1 | 86.18 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 8 | 0 | 0.52 | 0.94 | 0.45 | 26.82 | 0.89 | 0.29 |
| Hex | 8C | 43 | 8 | 0 | 34 | 5E | 2D | 1B | 59 | 1D |
| Octal | 214 | 103 | 10 | 0 | 64 | 136 | 55 | 33 | 131 | 35 |
| Binary | 10001100 | 1000011 | 1000 | 0 | 110100 | 1011110 | 101101 | 11011 | 1011001 | 11101 |
Color Harmonies of #8C4308
Complementary color
Monochromatic Colors of #8C4308
Black with #8C4308
Text Example
Text Example
White with #8C4308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4308; }
p { color: rgb(140,67,8); }
H1.HeaderClassName
{
color: #8C4308;
}
.AnyTagClassName
{
color: #8C4308;
}
</style>
background-color css
<style>
a { background-color: #8C4308; }
a { background-color: rgb(140,67,8); }
div.DivClassName
{
background-color: #8C4308;
}
.BgClassName
{
background-color: #8C4308;
}
</style>
border-color css
<style>
span { border-color: #8C4308; }
span { border-color: rgb(140,67,8); }
td.TdClassName
{
border-color: #8C4308;
}
.TagClassName
{
border-color: #8C4308;
}
</style>