Shades of Saddle Brown #9C4307
Tints of Saddle Brown #9C4307
RGB
CMYK
RGB Variations
Color information
#9C4307 (or 0x9C4307) is known color: Saddle Brown. HEX triplet: 9C, 43 and 07. RGB value is (156,67,7). Sum of RGB (Red+Green+Blue) = 156+67+7=230 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.83% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4307 is #63BCF8. Grayscale: #575757. Windows color (decimal): -6536441 or 476060. OLE color: 476060.
HSL color Cylindrical-coordinate representation of color #9C4307: hue angle of 24.16º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C4307 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 67 | 7 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.39 |
| HSL | 24.16º | 0.91% | 0.32% | - |
| HSV(B) | 24.16º | 0.96% | 0.61% | - |
| XYZ | 15.76 | 11.1 | 1.51 | - |
| YUV | 86.77 | 82.99 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 7 | 0 | 0.57 | 0.96 | 0.39 | 24.16 | 0.91 | 0.32 |
| Hex | 9C | 43 | 7 | 0 | 39 | 60 | 27 | 18 | 5B | 20 |
| Octal | 234 | 103 | 7 | 0 | 71 | 140 | 47 | 30 | 133 | 40 |
| Binary | 10011100 | 1000011 | 111 | 0 | 111001 | 1100000 | 100111 | 11000 | 1011011 | 100000 |
Color Harmonies of #9C4307
Complementary color
Monochromatic Colors of #9C4307
Black with #9C4307
Text Example
Text Example
White with #9C4307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4307; }
p { color: rgb(156,67,7); }
H1.HeaderClassName
{
color: #9C4307;
}
.AnyTagClassName
{
color: #9C4307;
}
</style>
background-color css
<style>
a { background-color: #9C4307; }
a { background-color: rgb(156,67,7); }
div.DivClassName
{
background-color: #9C4307;
}
.BgClassName
{
background-color: #9C4307;
}
</style>
border-color css
<style>
span { border-color: #9C4307; }
span { border-color: rgb(156,67,7); }
td.TdClassName
{
border-color: #9C4307;
}
.TagClassName
{
border-color: #9C4307;
}
</style>