Shades of Saddle Brown #9A320C
Tints of Saddle Brown #9A320C
RGB
CMYK
RGB Variations
Color information
#9A320C (or 0x9A320C) is known color: Saddle Brown. HEX triplet: 9A, 32 and 0C. RGB value is (154,50,12). Sum of RGB (Red+Green+Blue) = 154+50+12=216 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.30% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 154 - color contains mainly: red. Hex color #9A320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A320C is #65CDF3. Grayscale: #4D4D4D. Windows color (decimal): -6671860 or 799386. OLE color: 799386.
HSL color Cylindrical-coordinate representation of color #9A320C: hue angle of 16.06º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A320C is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 50 | 12 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.40 |
| HSL | 16.06º | 0.86% | 0.33% | - |
| HSV(B) | 16.06º | 0.92% | 0.6% | - |
| XYZ | 14.53 | 9.18 | 1.35 | - |
| YUV | 76.76 | 91.46 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 50 | 12 | 0 | 0.68 | 0.92 | 0.40 | 16.06 | 0.86 | 0.33 |
| Hex | 9A | 32 | C | 0 | 44 | 5C | 28 | 10 | 56 | 21 |
| Octal | 232 | 62 | 14 | 0 | 104 | 134 | 50 | 20 | 126 | 41 |
| Binary | 10011010 | 110010 | 1100 | 0 | 1000100 | 1011100 | 101000 | 10000 | 1010110 | 100001 |
Color Harmonies of #9A320C
Complementary color
Monochromatic Colors of #9A320C
Black with #9A320C
Text Example
Text Example
White with #9A320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A320C; }
p { color: rgb(154,50,12); }
H1.HeaderClassName
{
color: #9A320C;
}
.AnyTagClassName
{
color: #9A320C;
}
</style>
background-color css
<style>
a { background-color: #9A320C; }
a { background-color: rgb(154,50,12); }
div.DivClassName
{
background-color: #9A320C;
}
.BgClassName
{
background-color: #9A320C;
}
</style>
border-color css
<style>
span { border-color: #9A320C; }
span { border-color: rgb(154,50,12); }
td.TdClassName
{
border-color: #9A320C;
}
.TagClassName
{
border-color: #9A320C;
}
</style>