Shades of Saddle Brown #8C4C01
Tints of Saddle Brown #8C4C01
RGB
CMYK
RGB Variations
Color information
#8C4C01 (or 0x8C4C01) is known color: Saddle Brown. HEX triplet: 8C, 4C and 01. RGB value is (140,76,1). Sum of RGB (Red+Green+Blue) = 140+76+1=217 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.52% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4C01 is #73B3FE. Grayscale: #565656. Windows color (decimal): -7582719 or 85132. OLE color: 85132.
HSL color Cylindrical-coordinate representation of color #8C4C01: hue angle of 32.37º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C4C01 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 76 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.45 |
| HSL | 32.37º | 0.99% | 0.28% | - |
| HSV(B) | 32.37º | 0.99% | 0.55% | - |
| XYZ | 13.41 | 10.75 | 1.4 | - |
| YUV | 86.59 | 79.7 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 76 | 1 | 0 | 0.46 | 0.99 | 0.45 | 32.37 | 0.99 | 0.28 |
| Hex | 8C | 4C | 1 | 0 | 2E | 63 | 2D | 20 | 63 | 1C |
| Octal | 214 | 114 | 1 | 0 | 56 | 143 | 55 | 40 | 143 | 34 |
| Binary | 10001100 | 1001100 | 1 | 0 | 101110 | 1100011 | 101101 | 100000 | 1100011 | 11100 |
Color Harmonies of #8C4C01
Complementary color
Monochromatic Colors of #8C4C01
Black with #8C4C01
Text Example
Text Example
White with #8C4C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4C01; }
p { color: rgb(140,76,1); }
H1.HeaderClassName
{
color: #8C4C01;
}
.AnyTagClassName
{
color: #8C4C01;
}
</style>
background-color css
<style>
a { background-color: #8C4C01; }
a { background-color: rgb(140,76,1); }
div.DivClassName
{
background-color: #8C4C01;
}
.BgClassName
{
background-color: #8C4C01;
}
</style>
border-color css
<style>
span { border-color: #8C4C01; }
span { border-color: rgb(140,76,1); }
td.TdClassName
{
border-color: #8C4C01;
}
.TagClassName
{
border-color: #8C4C01;
}
</style>