Shades of Saddle Brown #9C440A
Tints of Saddle Brown #9C440A
RGB
CMYK
RGB Variations
Color information
#9C440A (or 0x9C440A) is known color: Saddle Brown. HEX triplet: 9C, 44 and 0A. RGB value is (156,68,10). Sum of RGB (Red+Green+Blue) = 156+68+10=234 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.67% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 156 - color contains mainly: red. Hex color #9C440A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C440A is #63BBF5. Grayscale: #585858. Windows color (decimal): -6536182 or 672924. OLE color: 672924.
HSL color Cylindrical-coordinate representation of color #9C440A: hue angle of 23.84º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C440A is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 68 | 10 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.39 |
| HSL | 23.84º | 0.88% | 0.33% | - |
| HSV(B) | 23.84º | 0.94% | 0.61% | - |
| XYZ | 15.83 | 11.22 | 1.62 | - |
| YUV | 87.7 | 84.15 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 68 | 10 | 0 | 0.56 | 0.94 | 0.39 | 23.84 | 0.88 | 0.33 |
| Hex | 9C | 44 | A | 0 | 38 | 5E | 27 | 18 | 58 | 21 |
| Octal | 234 | 104 | 12 | 0 | 70 | 136 | 47 | 30 | 130 | 41 |
| Binary | 10011100 | 1000100 | 1010 | 0 | 111000 | 1011110 | 100111 | 11000 | 1011000 | 100001 |
Color Harmonies of #9C440A
Complementary color
Monochromatic Colors of #9C440A
Black with #9C440A
Text Example
Text Example
White with #9C440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C440A; }
p { color: rgb(156,68,10); }
H1.HeaderClassName
{
color: #9C440A;
}
.AnyTagClassName
{
color: #9C440A;
}
</style>
background-color css
<style>
a { background-color: #9C440A; }
a { background-color: rgb(156,68,10); }
div.DivClassName
{
background-color: #9C440A;
}
.BgClassName
{
background-color: #9C440A;
}
</style>
border-color css
<style>
span { border-color: #9C440A; }
span { border-color: rgb(156,68,10); }
td.TdClassName
{
border-color: #9C440A;
}
.TagClassName
{
border-color: #9C440A;
}
</style>