Shades of Saddle Brown #8C401D
Tints of Saddle Brown #8C401D
RGB
CMYK
RGB Variations
Color information
#8C401D (or 0x8C401D) is known color: Saddle Brown. HEX triplet: 8C, 40 and 1D. RGB value is (140,64,29). Sum of RGB (Red+Green+Blue) = 140+64+29=233 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.09% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 140 - color contains mainly: red. Hex color #8C401D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C401D is #73BFE2. Grayscale: #525252. Windows color (decimal): -7585763 or 1917068. OLE color: 1917068.
HSL color Cylindrical-coordinate representation of color #8C401D: hue angle of 18.92º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C401D is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 64 | 29 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.45 |
| HSL | 18.92º | 0.66% | 0.33% | - |
| HSV(B) | 18.92º | 0.79% | 0.55% | - |
| XYZ | 12.87 | 9.33 | 2.29 | - |
| YUV | 82.73 | 97.68 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 29 | 0 | 0.54 | 0.79 | 0.45 | 18.92 | 0.66 | 0.33 |
| Hex | 8C | 40 | 1D | 0 | 36 | 4F | 2D | 13 | 42 | 21 |
| Octal | 214 | 100 | 35 | 0 | 66 | 117 | 55 | 23 | 102 | 41 |
| Binary | 10001100 | 1000000 | 11101 | 0 | 110110 | 1001111 | 101101 | 10011 | 1000010 | 100001 |
Color Harmonies of #8C401D
Complementary color
Monochromatic Colors of #8C401D
Black with #8C401D
Text Example
Text Example
White with #8C401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C401D; }
p { color: rgb(140,64,29); }
H1.HeaderClassName
{
color: #8C401D;
}
.AnyTagClassName
{
color: #8C401D;
}
</style>
background-color css
<style>
a { background-color: #8C401D; }
a { background-color: rgb(140,64,29); }
div.DivClassName
{
background-color: #8C401D;
}
.BgClassName
{
background-color: #8C401D;
}
</style>
border-color css
<style>
span { border-color: #8C401D; }
span { border-color: rgb(140,64,29); }
td.TdClassName
{
border-color: #8C401D;
}
.TagClassName
{
border-color: #8C401D;
}
</style>