Shades of Saddle Brown #9C3708
Tints of Saddle Brown #9C3708
RGB
CMYK
RGB Variations
Color information
#9C3708 (or 0x9C3708) is known color: Saddle Brown. HEX triplet: 9C, 37 and 08. RGB value is (156,55,8). Sum of RGB (Red+Green+Blue) = 156+55+8=219 (29% of max value = 765). Red value is 156 (61.33% from 255 or 71.23% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3708 is #63C8F7. Grayscale: #505050. Windows color (decimal): -6539512 or 538524. OLE color: 538524.
HSL color Cylindrical-coordinate representation of color #9C3708: hue angle of 19.05º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C3708 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 55 | 8 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.39 |
| HSL | 19.05º | 0.9% | 0.32% | - |
| HSV(B) | 19.05º | 0.95% | 0.61% | - |
| XYZ | 15.12 | 9.82 | 1.33 | - |
| YUV | 79.84 | 87.46 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 55 | 8 | 0 | 0.65 | 0.95 | 0.39 | 19.05 | 0.9 | 0.32 |
| Hex | 9C | 37 | 8 | 0 | 41 | 5F | 27 | 13 | 5A | 20 |
| Octal | 234 | 67 | 10 | 0 | 101 | 137 | 47 | 23 | 132 | 40 |
| Binary | 10011100 | 110111 | 1000 | 0 | 1000001 | 1011111 | 100111 | 10011 | 1011010 | 100000 |
Color Harmonies of #9C3708
Complementary color
Monochromatic Colors of #9C3708
Black with #9C3708
Text Example
Text Example
White with #9C3708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3708; }
p { color: rgb(156,55,8); }
H1.HeaderClassName
{
color: #9C3708;
}
.AnyTagClassName
{
color: #9C3708;
}
</style>
background-color css
<style>
a { background-color: #9C3708; }
a { background-color: rgb(156,55,8); }
div.DivClassName
{
background-color: #9C3708;
}
.BgClassName
{
background-color: #9C3708;
}
</style>
border-color css
<style>
span { border-color: #9C3708; }
span { border-color: rgb(156,55,8); }
td.TdClassName
{
border-color: #9C3708;
}
.TagClassName
{
border-color: #9C3708;
}
</style>