Shades of Saddle Brown #9A400F
Tints of Saddle Brown #9A400F
RGB
CMYK
RGB Variations
Color information
#9A400F (or 0x9A400F) is known color: Saddle Brown. HEX triplet: 9A, 40 and 0F. RGB value is (154,64,15). Sum of RGB (Red+Green+Blue) = 154+64+15=233 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.09% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 154 - color contains mainly: red. Hex color #9A400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A400F is #65BFF0. Grayscale: #555555. Windows color (decimal): -6668273 or 999578. OLE color: 999578.
HSL color Cylindrical-coordinate representation of color #9A400F: hue angle of 21.15º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A400F is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 64 | 15 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.40 |
| HSL | 21.15º | 0.82% | 0.33% | - |
| HSV(B) | 21.15º | 0.9% | 0.6% | - |
| XYZ | 15.25 | 10.57 | 1.69 | - |
| YUV | 85.32 | 88.32 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 64 | 15 | 0 | 0.58 | 0.90 | 0.40 | 21.15 | 0.82 | 0.33 |
| Hex | 9A | 40 | F | 0 | 3A | 5A | 28 | 15 | 52 | 21 |
| Octal | 232 | 100 | 17 | 0 | 72 | 132 | 50 | 25 | 122 | 41 |
| Binary | 10011010 | 1000000 | 1111 | 0 | 111010 | 1011010 | 101000 | 10101 | 1010010 | 100001 |
Color Harmonies of #9A400F
Complementary color
Monochromatic Colors of #9A400F
Black with #9A400F
Text Example
Text Example
White with #9A400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A400F; }
p { color: rgb(154,64,15); }
H1.HeaderClassName
{
color: #9A400F;
}
.AnyTagClassName
{
color: #9A400F;
}
</style>
background-color css
<style>
a { background-color: #9A400F; }
a { background-color: rgb(154,64,15); }
div.DivClassName
{
background-color: #9A400F;
}
.BgClassName
{
background-color: #9A400F;
}
</style>
border-color css
<style>
span { border-color: #9A400F; }
span { border-color: rgb(154,64,15); }
td.TdClassName
{
border-color: #9A400F;
}
.TagClassName
{
border-color: #9A400F;
}
</style>