Shades of Saddle Brown #8C4316
Tints of Saddle Brown #8C4316
RGB
CMYK
RGB Variations
Color information
#8C4316 (or 0x8C4316) is known color: Saddle Brown. HEX triplet: 8C, 43 and 16. RGB value is (140,67,22). Sum of RGB (Red+Green+Blue) = 140+67+22=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4316 is #73BCE9. Grayscale: #535353. Windows color (decimal): -7585002 or 1459084. OLE color: 1459084.
HSL color Cylindrical-coordinate representation of color #8C4316: hue angle of 22.88º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C4316 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 67 | 22 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.45 |
| HSL | 22.88º | 0.73% | 0.32% | - |
| HSV(B) | 22.88º | 0.84% | 0.55% | - |
| XYZ | 12.97 | 9.65 | 1.94 | - |
| YUV | 83.7 | 93.18 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 22 | 0 | 0.52 | 0.84 | 0.45 | 22.88 | 0.73 | 0.32 |
| Hex | 8C | 43 | 16 | 0 | 34 | 54 | 2D | 17 | 49 | 20 |
| Octal | 214 | 103 | 26 | 0 | 64 | 124 | 55 | 27 | 111 | 40 |
| Binary | 10001100 | 1000011 | 10110 | 0 | 110100 | 1010100 | 101101 | 10111 | 1001001 | 100000 |
Color Harmonies of #8C4316
Complementary color
Monochromatic Colors of #8C4316
Black with #8C4316
Text Example
Text Example
White with #8C4316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4316; }
p { color: rgb(140,67,22); }
H1.HeaderClassName
{
color: #8C4316;
}
.AnyTagClassName
{
color: #8C4316;
}
</style>
background-color css
<style>
a { background-color: #8C4316; }
a { background-color: rgb(140,67,22); }
div.DivClassName
{
background-color: #8C4316;
}
.BgClassName
{
background-color: #8C4316;
}
</style>
border-color css
<style>
span { border-color: #8C4316; }
span { border-color: rgb(140,67,22); }
td.TdClassName
{
border-color: #8C4316;
}
.TagClassName
{
border-color: #8C4316;
}
</style>