Shades of Saddle Brown #9C4901
Tints of Saddle Brown #9C4901
RGB
CMYK
RGB Variations
Color information
#9C4901 (or 0x9C4901) is known color: Saddle Brown. HEX triplet: 9C, 49 and 01. RGB value is (156,73,1). Sum of RGB (Red+Green+Blue) = 156+73+1=230 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.83% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4901 is #63B6FE. Grayscale: #595959. Windows color (decimal): -6534911 or 84380. OLE color: 84380.
HSL color Cylindrical-coordinate representation of color #9C4901: hue angle of 27.87º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C4901 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 73 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.39 |
| HSL | 27.87º | 0.99% | 0.31% | - |
| HSV(B) | 27.87º | 0.99% | 0.61% | - |
| XYZ | 16.1 | 11.84 | 1.46 | - |
| YUV | 89.61 | 78 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 73 | 1 | 0 | 0.53 | 0.99 | 0.39 | 27.87 | 0.99 | 0.31 |
| Hex | 9C | 49 | 1 | 0 | 35 | 63 | 27 | 1C | 63 | 1F |
| Octal | 234 | 111 | 1 | 0 | 65 | 143 | 47 | 34 | 143 | 37 |
| Binary | 10011100 | 1001001 | 1 | 0 | 110101 | 1100011 | 100111 | 11100 | 1100011 | 11111 |
Color Harmonies of #9C4901
Complementary color
Monochromatic Colors of #9C4901
Black with #9C4901
Text Example
Text Example
White with #9C4901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4901; }
p { color: rgb(156,73,1); }
H1.HeaderClassName
{
color: #9C4901;
}
.AnyTagClassName
{
color: #9C4901;
}
</style>
background-color css
<style>
a { background-color: #9C4901; }
a { background-color: rgb(156,73,1); }
div.DivClassName
{
background-color: #9C4901;
}
.BgClassName
{
background-color: #9C4901;
}
</style>
border-color css
<style>
span { border-color: #9C4901; }
span { border-color: rgb(156,73,1); }
td.TdClassName
{
border-color: #9C4901;
}
.TagClassName
{
border-color: #9C4901;
}
</style>