Shades of Saddle Brown #9C3209
Tints of Saddle Brown #9C3209
RGB
CMYK
RGB Variations
Color information
#9C3209 (or 0x9C3209) is known color: Saddle Brown. HEX triplet: 9C, 32 and 09. RGB value is (156,50,9). Sum of RGB (Red+Green+Blue) = 156+50+9=215 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.56% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3209 is #63CDF6. Grayscale: #4D4D4D. Windows color (decimal): -6540791 or 602780. OLE color: 602780.
HSL color Cylindrical-coordinate representation of color #9C3209: hue angle of 16.73º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C3209 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 50 | 9 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.39 |
| HSL | 16.73º | 0.89% | 0.32% | - |
| HSV(B) | 16.73º | 0.94% | 0.61% | - |
| XYZ | 14.9 | 9.37 | 1.28 | - |
| YUV | 77.02 | 89.62 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 50 | 9 | 0 | 0.68 | 0.94 | 0.39 | 16.73 | 0.89 | 0.32 |
| Hex | 9C | 32 | 9 | 0 | 44 | 5E | 27 | 11 | 59 | 20 |
| Octal | 234 | 62 | 11 | 0 | 104 | 136 | 47 | 21 | 131 | 40 |
| Binary | 10011100 | 110010 | 1001 | 0 | 1000100 | 1011110 | 100111 | 10001 | 1011001 | 100000 |
Color Harmonies of #9C3209
Complementary color
Monochromatic Colors of #9C3209
Black with #9C3209
Text Example
Text Example
White with #9C3209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3209; }
p { color: rgb(156,50,9); }
H1.HeaderClassName
{
color: #9C3209;
}
.AnyTagClassName
{
color: #9C3209;
}
</style>
background-color css
<style>
a { background-color: #9C3209; }
a { background-color: rgb(156,50,9); }
div.DivClassName
{
background-color: #9C3209;
}
.BgClassName
{
background-color: #9C3209;
}
</style>
border-color css
<style>
span { border-color: #9C3209; }
span { border-color: rgb(156,50,9); }
td.TdClassName
{
border-color: #9C3209;
}
.TagClassName
{
border-color: #9C3209;
}
</style>