Shades of Saddle Brown #9C350F
Tints of Saddle Brown #9C350F
RGB
CMYK
RGB Variations
Color information
#9C350F (or 0x9C350F) is known color: Saddle Brown. HEX triplet: 9C, 35 and 0F. RGB value is (156,53,15). Sum of RGB (Red+Green+Blue) = 156+53+15=224 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.64% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 156 - color contains mainly: red. Hex color #9C350F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C350F is #63CAF0. Grayscale: #4F4F4F. Windows color (decimal): -6540017 or 996764. OLE color: 996764.
HSL color Cylindrical-coordinate representation of color #9C350F: hue angle of 16.17º 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 #9C350F is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 53 | 15 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.39 |
| HSL | 16.17º | 0.82% | 0.34% | - |
| HSV(B) | 16.17º | 0.9% | 0.61% | - |
| XYZ | 15.07 | 9.65 | 1.52 | - |
| YUV | 79.47 | 91.62 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 53 | 15 | 0 | 0.66 | 0.90 | 0.39 | 16.17 | 0.82 | 0.34 |
| Hex | 9C | 35 | F | 0 | 42 | 5A | 27 | 10 | 52 | 22 |
| Octal | 234 | 65 | 17 | 0 | 102 | 132 | 47 | 20 | 122 | 42 |
| Binary | 10011100 | 110101 | 1111 | 0 | 1000010 | 1011010 | 100111 | 10000 | 1010010 | 100010 |
Color Harmonies of #9C350F
Complementary color
Monochromatic Colors of #9C350F
Black with #9C350F
Text Example
Text Example
White with #9C350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C350F; }
p { color: rgb(156,53,15); }
H1.HeaderClassName
{
color: #9C350F;
}
.AnyTagClassName
{
color: #9C350F;
}
</style>
background-color css
<style>
a { background-color: #9C350F; }
a { background-color: rgb(156,53,15); }
div.DivClassName
{
background-color: #9C350F;
}
.BgClassName
{
background-color: #9C350F;
}
</style>
border-color css
<style>
span { border-color: #9C350F; }
span { border-color: rgb(156,53,15); }
td.TdClassName
{
border-color: #9C350F;
}
.TagClassName
{
border-color: #9C350F;
}
</style>