Shades of Saddle Brown #9C370C
Tints of Saddle Brown #9C370C
RGB
CMYK
RGB Variations
Color information
#9C370C (or 0x9C370C) is known color: Saddle Brown. HEX triplet: 9C, 37 and 0C. RGB value is (156,55,12). Sum of RGB (Red+Green+Blue) = 156+55+12=223 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.96% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 156 - color contains mainly: red. Hex color #9C370C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C370C is #63C8F3. Grayscale: #505050. Windows color (decimal): -6539508 or 800668. OLE color: 800668.
HSL color Cylindrical-coordinate representation of color #9C370C: hue angle of 17.92º degrees, saturation: 0.86, 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 #9C370C is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 55 | 12 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.39 |
| HSL | 17.92º | 0.86% | 0.33% | - |
| HSV(B) | 17.92º | 0.92% | 0.61% | - |
| XYZ | 15.14 | 9.83 | 1.45 | - |
| YUV | 80.3 | 89.46 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 55 | 12 | 0 | 0.65 | 0.92 | 0.39 | 17.92 | 0.86 | 0.33 |
| Hex | 9C | 37 | C | 0 | 41 | 5C | 27 | 12 | 56 | 21 |
| Octal | 234 | 67 | 14 | 0 | 101 | 134 | 47 | 22 | 126 | 41 |
| Binary | 10011100 | 110111 | 1100 | 0 | 1000001 | 1011100 | 100111 | 10010 | 1010110 | 100001 |
Color Harmonies of #9C370C
Complementary color
Monochromatic Colors of #9C370C
Black with #9C370C
Text Example
Text Example
White with #9C370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C370C; }
p { color: rgb(156,55,12); }
H1.HeaderClassName
{
color: #9C370C;
}
.AnyTagClassName
{
color: #9C370C;
}
</style>
background-color css
<style>
a { background-color: #9C370C; }
a { background-color: rgb(156,55,12); }
div.DivClassName
{
background-color: #9C370C;
}
.BgClassName
{
background-color: #9C370C;
}
</style>
border-color css
<style>
span { border-color: #9C370C; }
span { border-color: rgb(156,55,12); }
td.TdClassName
{
border-color: #9C370C;
}
.TagClassName
{
border-color: #9C370C;
}
</style>