Shades of Saddle Brown #9C460F
Tints of Saddle Brown #9C460F
RGB
CMYK
RGB Variations
Color information
#9C460F (or 0x9C460F) is known color: Saddle Brown. HEX triplet: 9C, 46 and 0F. RGB value is (156,70,15). Sum of RGB (Red+Green+Blue) = 156+70+15=241 (31% of max value = 765). Red value is 156 (61.33% from 255 or 64.73% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 156 - color contains mainly: red. Hex color #9C460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C460F is #63B9F0. Grayscale: #595959. Windows color (decimal): -6535665 or 1001116. OLE color: 1001116.
HSL color Cylindrical-coordinate representation of color #9C460F: hue angle of 23.4º 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 #9C460F is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 70 | 15 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.39 |
| HSL | 23.4º | 0.82% | 0.34% | - |
| HSV(B) | 23.4º | 0.9% | 0.61% | - |
| XYZ | 15.99 | 11.48 | 1.83 | - |
| YUV | 89.44 | 85.99 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 70 | 15 | 0 | 0.55 | 0.90 | 0.39 | 23.4 | 0.82 | 0.34 |
| Hex | 9C | 46 | F | 0 | 37 | 5A | 27 | 17 | 52 | 22 |
| Octal | 234 | 106 | 17 | 0 | 67 | 132 | 47 | 27 | 122 | 42 |
| Binary | 10011100 | 1000110 | 1111 | 0 | 110111 | 1011010 | 100111 | 10111 | 1010010 | 100010 |
Color Harmonies of #9C460F
Complementary color
Monochromatic Colors of #9C460F
Black with #9C460F
Text Example
Text Example
White with #9C460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C460F; }
p { color: rgb(156,70,15); }
H1.HeaderClassName
{
color: #9C460F;
}
.AnyTagClassName
{
color: #9C460F;
}
</style>
background-color css
<style>
a { background-color: #9C460F; }
a { background-color: rgb(156,70,15); }
div.DivClassName
{
background-color: #9C460F;
}
.BgClassName
{
background-color: #9C460F;
}
</style>
border-color css
<style>
span { border-color: #9C460F; }
span { border-color: rgb(156,70,15); }
td.TdClassName
{
border-color: #9C460F;
}
.TagClassName
{
border-color: #9C460F;
}
</style>