Shades of Saddle Brown #9C3900
Tints of Saddle Brown #9C3900
RGB
CMYK
RGB Variations
Color information
#9C3900 (or 0x9C3900) is known color: Saddle Brown. HEX triplet: 9C, 39 and 00. RGB value is (156,57,0). Sum of RGB (Red+Green+Blue) = 156+57+0=213 (28% of max value = 765). Red value is 156 (61.33% from 255 or 73.24% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3900 is #63C6FF. Grayscale: #505050. Windows color (decimal): -6539008 or 14748. OLE color: 14748.
HSL color Cylindrical-coordinate representation of color #9C3900: hue angle of 21.92º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C3900 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 57 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.39 |
| HSL | 21.92º | 1% | 0.31% | - |
| HSV(B) | 21.92º | 1% | 0.61% | - |
| XYZ | 15.17 | 9.99 | 1.13 | - |
| YUV | 80.1 | 82.8 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 57 | 0 | 0 | 0.63 | 1 | 0.39 | 21.92 | 1 | 0.31 |
| Hex | 9C | 39 | 0 | 0 | 3F | 64 | 27 | 16 | 64 | 1F |
| Octal | 234 | 71 | 0 | 0 | 77 | 144 | 47 | 26 | 144 | 37 |
| Binary | 10011100 | 111001 | 0 | 0 | 111111 | 1100100 | 100111 | 10110 | 1100100 | 11111 |
Color Harmonies of #9C3900
Complementary color
Monochromatic Colors of #9C3900
Black with #9C3900
Text Example
Text Example
White with #9C3900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3900; }
p { color: rgb(156,57,0); }
H1.HeaderClassName
{
color: #9C3900;
}
.AnyTagClassName
{
color: #9C3900;
}
</style>
background-color css
<style>
a { background-color: #9C3900; }
a { background-color: rgb(156,57,0); }
div.DivClassName
{
background-color: #9C3900;
}
.BgClassName
{
background-color: #9C3900;
}
</style>
border-color css
<style>
span { border-color: #9C3900; }
span { border-color: rgb(156,57,0); }
td.TdClassName
{
border-color: #9C3900;
}
.TagClassName
{
border-color: #9C3900;
}
</style>