Shades of Saddle Brown #9A400D
Tints of Saddle Brown #9A400D
RGB
CMYK
RGB Variations
Color information
#9A400D (or 0x9A400D) is known color: Saddle Brown. HEX triplet: 9A, 40 and 0D. RGB value is (154,64,13). Sum of RGB (Red+Green+Blue) = 154+64+13=231 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.67% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 154 - color contains mainly: red. Hex color #9A400D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A400D is #65BFF2. Grayscale: #555555. Windows color (decimal): -6668275 or 868506. OLE color: 868506.
HSL color Cylindrical-coordinate representation of color #9A400D: hue angle of 21.7º degrees, saturation: 0.84, 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 #9A400D is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 64 | 13 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.40 |
| HSL | 21.7º | 0.84% | 0.33% | - |
| HSV(B) | 21.7º | 0.92% | 0.6% | - |
| XYZ | 15.23 | 10.57 | 1.62 | - |
| YUV | 85.1 | 87.32 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 64 | 13 | 0 | 0.58 | 0.92 | 0.40 | 21.7 | 0.84 | 0.33 |
| Hex | 9A | 40 | D | 0 | 3A | 5C | 28 | 16 | 54 | 21 |
| Octal | 232 | 100 | 15 | 0 | 72 | 134 | 50 | 26 | 124 | 41 |
| Binary | 10011010 | 1000000 | 1101 | 0 | 111010 | 1011100 | 101000 | 10110 | 1010100 | 100001 |
Color Harmonies of #9A400D
Complementary color
Monochromatic Colors of #9A400D
Black with #9A400D
Text Example
Text Example
White with #9A400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A400D; }
p { color: rgb(154,64,13); }
H1.HeaderClassName
{
color: #9A400D;
}
.AnyTagClassName
{
color: #9A400D;
}
</style>
background-color css
<style>
a { background-color: #9A400D; }
a { background-color: rgb(154,64,13); }
div.DivClassName
{
background-color: #9A400D;
}
.BgClassName
{
background-color: #9A400D;
}
</style>
border-color css
<style>
span { border-color: #9A400D; }
span { border-color: rgb(154,64,13); }
td.TdClassName
{
border-color: #9A400D;
}
.TagClassName
{
border-color: #9A400D;
}
</style>