Shades of Saddle Brown #9C400E
Tints of Saddle Brown #9C400E
RGB
CMYK
RGB Variations
Color information
#9C400E (or 0x9C400E) is known color: Saddle Brown. HEX triplet: 9C, 40 and 0E. RGB value is (156,64,14). Sum of RGB (Red+Green+Blue) = 156+64+14=234 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.67% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 156 - color contains mainly: red. Hex color #9C400E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C400E is #63BFF1. Grayscale: #565656. Windows color (decimal): -6537202 or 934044. OLE color: 934044.
HSL color Cylindrical-coordinate representation of color #9C400E: hue angle of 21.13º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C400E is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 64 | 14 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.39 |
| HSL | 21.13º | 0.84% | 0.33% | - |
| HSV(B) | 21.13º | 0.91% | 0.61% | - |
| XYZ | 15.62 | 10.77 | 1.67 | - |
| YUV | 85.81 | 87.48 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 64 | 14 | 0 | 0.59 | 0.91 | 0.39 | 21.13 | 0.84 | 0.33 |
| Hex | 9C | 40 | E | 0 | 3B | 5B | 27 | 15 | 54 | 21 |
| Octal | 234 | 100 | 16 | 0 | 73 | 133 | 47 | 25 | 124 | 41 |
| Binary | 10011100 | 1000000 | 1110 | 0 | 111011 | 1011011 | 100111 | 10101 | 1010100 | 100001 |
Color Harmonies of #9C400E
Complementary color
Monochromatic Colors of #9C400E
Black with #9C400E
Text Example
Text Example
White with #9C400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C400E; }
p { color: rgb(156,64,14); }
H1.HeaderClassName
{
color: #9C400E;
}
.AnyTagClassName
{
color: #9C400E;
}
</style>
background-color css
<style>
a { background-color: #9C400E; }
a { background-color: rgb(156,64,14); }
div.DivClassName
{
background-color: #9C400E;
}
.BgClassName
{
background-color: #9C400E;
}
</style>
border-color css
<style>
span { border-color: #9C400E; }
span { border-color: rgb(156,64,14); }
td.TdClassName
{
border-color: #9C400E;
}
.TagClassName
{
border-color: #9C400E;
}
</style>