Shades of Saddle Brown #9C480D
Tints of Saddle Brown #9C480D
RGB
CMYK
RGB Variations
Color information
#9C480D (or 0x9C480D) is known color: Saddle Brown. HEX triplet: 9C, 48 and 0D. RGB value is (156,72,13). Sum of RGB (Red+Green+Blue) = 156+72+13=241 (31% of max value = 765). Red value is 156 (61.33% from 255 or 64.73% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 156 - color contains mainly: red. Hex color #9C480D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C480D is #63B7F2. Grayscale: #5A5A5A. Windows color (decimal): -6535155 or 870556. OLE color: 870556.
HSL color Cylindrical-coordinate representation of color #9C480D: hue angle of 24.76º degrees, saturation: 0.85, 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 #9C480D is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 72 | 13 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.39 |
| HSL | 24.76º | 0.85% | 0.33% | - |
| HSV(B) | 24.76º | 0.92% | 0.61% | - |
| XYZ | 16.1 | 11.73 | 1.8 | - |
| YUV | 90.39 | 84.33 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 72 | 13 | 0 | 0.54 | 0.92 | 0.39 | 24.76 | 0.85 | 0.33 |
| Hex | 9C | 48 | D | 0 | 36 | 5C | 27 | 19 | 55 | 21 |
| Octal | 234 | 110 | 15 | 0 | 66 | 134 | 47 | 31 | 125 | 41 |
| Binary | 10011100 | 1001000 | 1101 | 0 | 110110 | 1011100 | 100111 | 11001 | 1010101 | 100001 |
Color Harmonies of #9C480D
Complementary color
Monochromatic Colors of #9C480D
Black with #9C480D
Text Example
Text Example
White with #9C480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C480D; }
p { color: rgb(156,72,13); }
H1.HeaderClassName
{
color: #9C480D;
}
.AnyTagClassName
{
color: #9C480D;
}
</style>
background-color css
<style>
a { background-color: #9C480D; }
a { background-color: rgb(156,72,13); }
div.DivClassName
{
background-color: #9C480D;
}
.BgClassName
{
background-color: #9C480D;
}
</style>
border-color css
<style>
span { border-color: #9C480D; }
span { border-color: rgb(156,72,13); }
td.TdClassName
{
border-color: #9C480D;
}
.TagClassName
{
border-color: #9C480D;
}
</style>