Shades of Saddle Brown #9C3A0A
Tints of Saddle Brown #9C3A0A
RGB
CMYK
RGB Variations
Color information
#9C3A0A (or 0x9C3A0A) is known color: Saddle Brown. HEX triplet: 9C, 3A and 0A. RGB value is (156,58,10). Sum of RGB (Red+Green+Blue) = 156+58+10=224 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.64% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3A0A is #63C5F5. Grayscale: #525252. Windows color (decimal): -6538742 or 670364. OLE color: 670364.
HSL color Cylindrical-coordinate representation of color #9C3A0A: hue angle of 19.73º 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 #9C3A0A is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 58 | 10 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.39 |
| HSL | 19.73º | 0.88% | 0.33% | - |
| HSV(B) | 19.73º | 0.94% | 0.61% | - |
| XYZ | 15.28 | 10.12 | 1.43 | - |
| YUV | 81.83 | 87.47 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 58 | 10 | 0 | 0.63 | 0.94 | 0.39 | 19.73 | 0.88 | 0.33 |
| Hex | 9C | 3A | A | 0 | 3F | 5E | 27 | 14 | 58 | 21 |
| Octal | 234 | 72 | 12 | 0 | 77 | 136 | 47 | 24 | 130 | 41 |
| Binary | 10011100 | 111010 | 1010 | 0 | 111111 | 1011110 | 100111 | 10100 | 1011000 | 100001 |
Color Harmonies of #9C3A0A
Complementary color
Monochromatic Colors of #9C3A0A
Black with #9C3A0A
Text Example
Text Example
White with #9C3A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3A0A; }
p { color: rgb(156,58,10); }
H1.HeaderClassName
{
color: #9C3A0A;
}
.AnyTagClassName
{
color: #9C3A0A;
}
</style>
background-color css
<style>
a { background-color: #9C3A0A; }
a { background-color: rgb(156,58,10); }
div.DivClassName
{
background-color: #9C3A0A;
}
.BgClassName
{
background-color: #9C3A0A;
}
</style>
border-color css
<style>
span { border-color: #9C3A0A; }
span { border-color: rgb(156,58,10); }
td.TdClassName
{
border-color: #9C3A0A;
}
.TagClassName
{
border-color: #9C3A0A;
}
</style>