Shades of Saddle Brown #9C390A
Tints of Saddle Brown #9C390A
RGB
CMYK
RGB Variations
Color information
#9C390A (or 0x9C390A) is known color: Saddle Brown. HEX triplet: 9C, 39 and 0A. RGB value is (156,57,10). Sum of RGB (Red+Green+Blue) = 156+57+10=223 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.96% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 156 - color contains mainly: red. Hex color #9C390A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C390A is #63C6F5. Grayscale: #515151. Windows color (decimal): -6538998 or 670108. OLE color: 670108.
HSL color Cylindrical-coordinate representation of color #9C390A: hue angle of 19.32º 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 #9C390A is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 57 | 10 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.39 |
| HSL | 19.32º | 0.88% | 0.33% | - |
| HSV(B) | 19.32º | 0.94% | 0.61% | - |
| XYZ | 15.23 | 10.02 | 1.42 | - |
| YUV | 81.24 | 87.8 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 57 | 10 | 0 | 0.63 | 0.94 | 0.39 | 19.32 | 0.88 | 0.33 |
| Hex | 9C | 39 | A | 0 | 3F | 5E | 27 | 13 | 58 | 21 |
| Octal | 234 | 71 | 12 | 0 | 77 | 136 | 47 | 23 | 130 | 41 |
| Binary | 10011100 | 111001 | 1010 | 0 | 111111 | 1011110 | 100111 | 10011 | 1011000 | 100001 |
Color Harmonies of #9C390A
Complementary color
Monochromatic Colors of #9C390A
Black with #9C390A
Text Example
Text Example
White with #9C390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C390A; }
p { color: rgb(156,57,10); }
H1.HeaderClassName
{
color: #9C390A;
}
.AnyTagClassName
{
color: #9C390A;
}
</style>
background-color css
<style>
a { background-color: #9C390A; }
a { background-color: rgb(156,57,10); }
div.DivClassName
{
background-color: #9C390A;
}
.BgClassName
{
background-color: #9C390A;
}
</style>
border-color css
<style>
span { border-color: #9C390A; }
span { border-color: rgb(156,57,10); }
td.TdClassName
{
border-color: #9C390A;
}
.TagClassName
{
border-color: #9C390A;
}
</style>