Shades of Saddle Brown #8C4914
Tints of Saddle Brown #8C4914
RGB
CMYK
RGB Variations
Color information
#8C4914 (or 0x8C4914) is known color: Saddle Brown. HEX triplet: 8C, 49 and 14. RGB value is (140,73,20). Sum of RGB (Red+Green+Blue) = 140+73+20=233 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.09% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4914 is #73B6EB. Grayscale: #575757. Windows color (decimal): -7583468 or 1329548. OLE color: 1329548.
HSL color Cylindrical-coordinate representation of color #8C4914: hue angle of 26.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C4914 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 73 | 20 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.45 |
| HSL | 26.5º | 0.75% | 0.31% | - |
| HSV(B) | 26.5º | 0.86% | 0.55% | - |
| XYZ | 13.32 | 10.39 | 1.97 | - |
| YUV | 86.99 | 90.2 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 20 | 0 | 0.48 | 0.86 | 0.45 | 26.5 | 0.75 | 0.31 |
| Hex | 8C | 49 | 14 | 0 | 30 | 56 | 2D | 1A | 4B | 1F |
| Octal | 214 | 111 | 24 | 0 | 60 | 126 | 55 | 32 | 113 | 37 |
| Binary | 10001100 | 1001001 | 10100 | 0 | 110000 | 1010110 | 101101 | 11010 | 1001011 | 11111 |
Color Harmonies of #8C4914
Complementary color
Monochromatic Colors of #8C4914
Black with #8C4914
Text Example
Text Example
White with #8C4914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4914; }
p { color: rgb(140,73,20); }
H1.HeaderClassName
{
color: #8C4914;
}
.AnyTagClassName
{
color: #8C4914;
}
</style>
background-color css
<style>
a { background-color: #8C4914; }
a { background-color: rgb(140,73,20); }
div.DivClassName
{
background-color: #8C4914;
}
.BgClassName
{
background-color: #8C4914;
}
</style>
border-color css
<style>
span { border-color: #8C4914; }
span { border-color: rgb(140,73,20); }
td.TdClassName
{
border-color: #8C4914;
}
.TagClassName
{
border-color: #8C4914;
}
</style>