Shades of Saddle Brown #9A400C
Tints of Saddle Brown #9A400C
RGB
CMYK
RGB Variations
Color information
#9A400C (or 0x9A400C) is known color: Saddle Brown. HEX triplet: 9A, 40 and 0C. RGB value is (154,64,12). Sum of RGB (Red+Green+Blue) = 154+64+12=230 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.96% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 154 - color contains mainly: red. Hex color #9A400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A400C is #65BFF3. Grayscale: #555555. Windows color (decimal): -6668276 or 802970. OLE color: 802970.
HSL color Cylindrical-coordinate representation of color #9A400C: hue angle of 21.97º 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 #9A400C is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 64 | 12 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.40 |
| HSL | 21.97º | 0.86% | 0.33% | - |
| HSV(B) | 21.97º | 0.92% | 0.6% | - |
| XYZ | 15.23 | 10.56 | 1.58 | - |
| YUV | 84.98 | 86.82 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 64 | 12 | 0 | 0.58 | 0.92 | 0.40 | 21.97 | 0.86 | 0.33 |
| Hex | 9A | 40 | C | 0 | 3A | 5C | 28 | 16 | 56 | 21 |
| Octal | 232 | 100 | 14 | 0 | 72 | 134 | 50 | 26 | 126 | 41 |
| Binary | 10011010 | 1000000 | 1100 | 0 | 111010 | 1011100 | 101000 | 10110 | 1010110 | 100001 |
Color Harmonies of #9A400C
Complementary color
Monochromatic Colors of #9A400C
Black with #9A400C
Text Example
Text Example
White with #9A400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A400C; }
p { color: rgb(154,64,12); }
H1.HeaderClassName
{
color: #9A400C;
}
.AnyTagClassName
{
color: #9A400C;
}
</style>
background-color css
<style>
a { background-color: #9A400C; }
a { background-color: rgb(154,64,12); }
div.DivClassName
{
background-color: #9A400C;
}
.BgClassName
{
background-color: #9A400C;
}
</style>
border-color css
<style>
span { border-color: #9A400C; }
span { border-color: rgb(154,64,12); }
td.TdClassName
{
border-color: #9A400C;
}
.TagClassName
{
border-color: #9A400C;
}
</style>