Shades of Saddle Brown #9A4D0E
Tints of Saddle Brown #9A4D0E
RGB
CMYK
RGB Variations
Color information
#9A4D0E (or 0x9A4D0E) is known color: Saddle Brown. HEX triplet: 9A, 4D and 0E. RGB value is (154,77,14). Sum of RGB (Red+Green+Blue) = 154+77+14=245 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.86% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A4D0E is #65B2F1. Grayscale: #5D5D5D. Windows color (decimal): -6664946 or 937370. OLE color: 937370.
HSL color Cylindrical-coordinate representation of color #9A4D0E: hue angle of 27º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A4D0E is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 77 | 14 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.40 |
| HSL | 27º | 0.83% | 0.33% | - |
| HSV(B) | 27º | 0.91% | 0.6% | - |
| XYZ | 16.06 | 12.21 | 1.93 | - |
| YUV | 92.84 | 83.51 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 77 | 14 | 0 | 0.50 | 0.91 | 0.40 | 27 | 0.83 | 0.33 |
| Hex | 9A | 4D | E | 0 | 32 | 5B | 28 | 1B | 53 | 21 |
| Octal | 232 | 115 | 16 | 0 | 62 | 133 | 50 | 33 | 123 | 41 |
| Binary | 10011010 | 1001101 | 1110 | 0 | 110010 | 1011011 | 101000 | 11011 | 1010011 | 100001 |
Color Harmonies of #9A4D0E
Complementary color
Monochromatic Colors of #9A4D0E
Black with #9A4D0E
Text Example
Text Example
White with #9A4D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4D0E; }
p { color: rgb(154,77,14); }
H1.HeaderClassName
{
color: #9A4D0E;
}
.AnyTagClassName
{
color: #9A4D0E;
}
</style>
background-color css
<style>
a { background-color: #9A4D0E; }
a { background-color: rgb(154,77,14); }
div.DivClassName
{
background-color: #9A4D0E;
}
.BgClassName
{
background-color: #9A4D0E;
}
</style>
border-color css
<style>
span { border-color: #9A4D0E; }
span { border-color: rgb(154,77,14); }
td.TdClassName
{
border-color: #9A4D0E;
}
.TagClassName
{
border-color: #9A4D0E;
}
</style>