Shades of Saddle Brown #9C440D
Tints of Saddle Brown #9C440D
RGB
CMYK
RGB Variations
Color information
#9C440D (or 0x9C440D) is known color: Saddle Brown. HEX triplet: 9C, 44 and 0D. RGB value is (156,68,13). Sum of RGB (Red+Green+Blue) = 156+68+13=237 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.82% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 156 - color contains mainly: red. Hex color #9C440D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C440D is #63BBF2. Grayscale: #585858. Windows color (decimal): -6536179 or 869532. OLE color: 869532.
HSL color Cylindrical-coordinate representation of color #9C440D: hue angle of 23.08º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C440D is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 68 | 13 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.39 |
| HSL | 23.08º | 0.85% | 0.33% | - |
| HSV(B) | 23.08º | 0.92% | 0.61% | - |
| XYZ | 15.85 | 11.23 | 1.71 | - |
| YUV | 88.04 | 85.65 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 68 | 13 | 0 | 0.56 | 0.92 | 0.39 | 23.08 | 0.85 | 0.33 |
| Hex | 9C | 44 | D | 0 | 38 | 5C | 27 | 17 | 55 | 21 |
| Octal | 234 | 104 | 15 | 0 | 70 | 134 | 47 | 27 | 125 | 41 |
| Binary | 10011100 | 1000100 | 1101 | 0 | 111000 | 1011100 | 100111 | 10111 | 1010101 | 100001 |
Color Harmonies of #9C440D
Complementary color
Monochromatic Colors of #9C440D
Black with #9C440D
Text Example
Text Example
White with #9C440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C440D; }
p { color: rgb(156,68,13); }
H1.HeaderClassName
{
color: #9C440D;
}
.AnyTagClassName
{
color: #9C440D;
}
</style>
background-color css
<style>
a { background-color: #9C440D; }
a { background-color: rgb(156,68,13); }
div.DivClassName
{
background-color: #9C440D;
}
.BgClassName
{
background-color: #9C440D;
}
</style>
border-color css
<style>
span { border-color: #9C440D; }
span { border-color: rgb(156,68,13); }
td.TdClassName
{
border-color: #9C440D;
}
.TagClassName
{
border-color: #9C440D;
}
</style>