Shades of Saddle Brown #9C3204
Tints of Saddle Brown #9C3204
RGB
CMYK
RGB Variations
Color information
#9C3204 (or 0x9C3204) is known color: Saddle Brown. HEX triplet: 9C, 32 and 04. RGB value is (156,50,4). Sum of RGB (Red+Green+Blue) = 156+50+4=210 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.29% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3204 is #63CDFB. Grayscale: #4C4C4C. Windows color (decimal): -6540796 or 275100. OLE color: 275100.
HSL color Cylindrical-coordinate representation of color #9C3204: hue angle of 18.16º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C3204 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 50 | 4 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.39 |
| HSL | 18.16º | 0.95% | 0.31% | - |
| HSV(B) | 18.16º | 0.97% | 0.61% | - |
| XYZ | 14.87 | 9.36 | 1.14 | - |
| YUV | 76.45 | 87.12 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 50 | 4 | 0 | 0.68 | 0.97 | 0.39 | 18.16 | 0.95 | 0.31 |
| Hex | 9C | 32 | 4 | 0 | 44 | 61 | 27 | 12 | 5F | 1F |
| Octal | 234 | 62 | 4 | 0 | 104 | 141 | 47 | 22 | 137 | 37 |
| Binary | 10011100 | 110010 | 100 | 0 | 1000100 | 1100001 | 100111 | 10010 | 1011111 | 11111 |
Color Harmonies of #9C3204
Complementary color
Monochromatic Colors of #9C3204
Black with #9C3204
Text Example
Text Example
White with #9C3204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3204; }
p { color: rgb(156,50,4); }
H1.HeaderClassName
{
color: #9C3204;
}
.AnyTagClassName
{
color: #9C3204;
}
</style>
background-color css
<style>
a { background-color: #9C3204; }
a { background-color: rgb(156,50,4); }
div.DivClassName
{
background-color: #9C3204;
}
.BgClassName
{
background-color: #9C3204;
}
</style>
border-color css
<style>
span { border-color: #9C3204; }
span { border-color: rgb(156,50,4); }
td.TdClassName
{
border-color: #9C3204;
}
.TagClassName
{
border-color: #9C3204;
}
</style>