Shades of Saddle Brown #9C320C
Tints of Saddle Brown #9C320C
RGB
CMYK
RGB Variations
Color information
#9C320C (or 0x9C320C) is known color: Saddle Brown. HEX triplet: 9C, 32 and 0C. RGB value is (156,50,12). Sum of RGB (Red+Green+Blue) = 156+50+12=218 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.56% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 156 - color contains mainly: red. Hex color #9C320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C320C is #63CDF3. Grayscale: #4D4D4D. Windows color (decimal): -6540788 or 799388. OLE color: 799388.
HSL color Cylindrical-coordinate representation of color #9C320C: hue angle of 15.83º 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 #9C320C is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 50 | 12 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.39 |
| HSL | 15.83º | 0.86% | 0.33% | - |
| HSV(B) | 15.83º | 0.92% | 0.61% | - |
| XYZ | 14.92 | 9.38 | 1.37 | - |
| YUV | 77.36 | 91.12 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 50 | 12 | 0 | 0.68 | 0.92 | 0.39 | 15.83 | 0.86 | 0.33 |
| Hex | 9C | 32 | C | 0 | 44 | 5C | 27 | 10 | 56 | 21 |
| Octal | 234 | 62 | 14 | 0 | 104 | 134 | 47 | 20 | 126 | 41 |
| Binary | 10011100 | 110010 | 1100 | 0 | 1000100 | 1011100 | 100111 | 10000 | 1010110 | 100001 |
Color Harmonies of #9C320C
Complementary color
Monochromatic Colors of #9C320C
Black with #9C320C
Text Example
Text Example
White with #9C320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C320C; }
p { color: rgb(156,50,12); }
H1.HeaderClassName
{
color: #9C320C;
}
.AnyTagClassName
{
color: #9C320C;
}
</style>
background-color css
<style>
a { background-color: #9C320C; }
a { background-color: rgb(156,50,12); }
div.DivClassName
{
background-color: #9C320C;
}
.BgClassName
{
background-color: #9C320C;
}
</style>
border-color css
<style>
span { border-color: #9C320C; }
span { border-color: rgb(156,50,12); }
td.TdClassName
{
border-color: #9C320C;
}
.TagClassName
{
border-color: #9C320C;
}
</style>