Shades of Saddle Brown #9C490F
Tints of Saddle Brown #9C490F
RGB
CMYK
RGB Variations
Color information
#9C490F (or 0x9C490F) is known color: Saddle Brown. HEX triplet: 9C, 49 and 0F. RGB value is (156,73,15). Sum of RGB (Red+Green+Blue) = 156+73+15=244 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.93% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 156 - color contains mainly: red. Hex color #9C490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C490F is #63B6F0. Grayscale: #5B5B5B. Windows color (decimal): -6534897 or 1001884. OLE color: 1001884.
HSL color Cylindrical-coordinate representation of color #9C490F: hue angle of 24.68º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C490F is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 73 | 15 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.39 |
| HSL | 24.68º | 0.82% | 0.34% | - |
| HSV(B) | 24.68º | 0.9% | 0.61% | - |
| XYZ | 16.18 | 11.87 | 1.89 | - |
| YUV | 91.21 | 85 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 73 | 15 | 0 | 0.53 | 0.90 | 0.39 | 24.68 | 0.82 | 0.34 |
| Hex | 9C | 49 | F | 0 | 35 | 5A | 27 | 19 | 52 | 22 |
| Octal | 234 | 111 | 17 | 0 | 65 | 132 | 47 | 31 | 122 | 42 |
| Binary | 10011100 | 1001001 | 1111 | 0 | 110101 | 1011010 | 100111 | 11001 | 1010010 | 100010 |
Color Harmonies of #9C490F
Complementary color
Monochromatic Colors of #9C490F
Black with #9C490F
Text Example
Text Example
White with #9C490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C490F; }
p { color: rgb(156,73,15); }
H1.HeaderClassName
{
color: #9C490F;
}
.AnyTagClassName
{
color: #9C490F;
}
</style>
background-color css
<style>
a { background-color: #9C490F; }
a { background-color: rgb(156,73,15); }
div.DivClassName
{
background-color: #9C490F;
}
.BgClassName
{
background-color: #9C490F;
}
</style>
border-color css
<style>
span { border-color: #9C490F; }
span { border-color: rgb(156,73,15); }
td.TdClassName
{
border-color: #9C490F;
}
.TagClassName
{
border-color: #9C490F;
}
</style>