Shades of Saddle Brown #9C460C
Tints of Saddle Brown #9C460C
RGB
CMYK
RGB Variations
Color information
#9C460C (or 0x9C460C) is known color: Saddle Brown. HEX triplet: 9C, 46 and 0C. RGB value is (156,70,12). Sum of RGB (Red+Green+Blue) = 156+70+12=238 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.55% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 156 - color contains mainly: red. Hex color #9C460C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C460C is #63B9F3. Grayscale: #595959. Windows color (decimal): -6535668 or 804508. OLE color: 804508.
HSL color Cylindrical-coordinate representation of color #9C460C: hue angle of 24.17º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C460C is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 70 | 12 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.39 |
| HSL | 24.17º | 0.86% | 0.33% | - |
| HSV(B) | 24.17º | 0.92% | 0.61% | - |
| XYZ | 15.97 | 11.47 | 1.72 | - |
| YUV | 89.1 | 84.49 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 70 | 12 | 0 | 0.55 | 0.92 | 0.39 | 24.17 | 0.86 | 0.33 |
| Hex | 9C | 46 | C | 0 | 37 | 5C | 27 | 18 | 56 | 21 |
| Octal | 234 | 106 | 14 | 0 | 67 | 134 | 47 | 30 | 126 | 41 |
| Binary | 10011100 | 1000110 | 1100 | 0 | 110111 | 1011100 | 100111 | 11000 | 1010110 | 100001 |
Color Harmonies of #9C460C
Complementary color
Monochromatic Colors of #9C460C
Black with #9C460C
Text Example
Text Example
White with #9C460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C460C; }
p { color: rgb(156,70,12); }
H1.HeaderClassName
{
color: #9C460C;
}
.AnyTagClassName
{
color: #9C460C;
}
</style>
background-color css
<style>
a { background-color: #9C460C; }
a { background-color: rgb(156,70,12); }
div.DivClassName
{
background-color: #9C460C;
}
.BgClassName
{
background-color: #9C460C;
}
</style>
border-color css
<style>
span { border-color: #9C460C; }
span { border-color: rgb(156,70,12); }
td.TdClassName
{
border-color: #9C460C;
}
.TagClassName
{
border-color: #9C460C;
}
</style>