Shades of Saddle Brown #8C4A01
Tints of Saddle Brown #8C4A01
RGB
CMYK
RGB Variations
Color information
#8C4A01 (or 0x8C4A01) is known color: Saddle Brown. HEX triplet: 8C, 4A and 01. RGB value is (140,74,1). Sum of RGB (Red+Green+Blue) = 140+74+1=215 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.12% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4A01 is #73B5FE. Grayscale: #555555. Windows color (decimal): -7583231 or 84620. OLE color: 84620.
HSL color Cylindrical-coordinate representation of color #8C4A01: hue angle of 31.51º 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 #8C4A01 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 74 | 1 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.45 |
| HSL | 31.51º | 0.99% | 0.28% | - |
| HSV(B) | 31.51º | 0.99% | 0.55% | - |
| XYZ | 13.27 | 10.48 | 1.35 | - |
| YUV | 85.41 | 80.37 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 74 | 1 | 0 | 0.47 | 0.99 | 0.45 | 31.51 | 0.99 | 0.28 |
| Hex | 8C | 4A | 1 | 0 | 2F | 63 | 2D | 20 | 63 | 1C |
| Octal | 214 | 112 | 1 | 0 | 57 | 143 | 55 | 40 | 143 | 34 |
| Binary | 10001100 | 1001010 | 1 | 0 | 101111 | 1100011 | 101101 | 100000 | 1100011 | 11100 |
Color Harmonies of #8C4A01
Complementary color
Monochromatic Colors of #8C4A01
Black with #8C4A01
Text Example
Text Example
White with #8C4A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4A01; }
p { color: rgb(140,74,1); }
H1.HeaderClassName
{
color: #8C4A01;
}
.AnyTagClassName
{
color: #8C4A01;
}
</style>
background-color css
<style>
a { background-color: #8C4A01; }
a { background-color: rgb(140,74,1); }
div.DivClassName
{
background-color: #8C4A01;
}
.BgClassName
{
background-color: #8C4A01;
}
</style>
border-color css
<style>
span { border-color: #8C4A01; }
span { border-color: rgb(140,74,1); }
td.TdClassName
{
border-color: #8C4A01;
}
.TagClassName
{
border-color: #8C4A01;
}
</style>