Shades of Saddle Brown #9A4D0F
Tints of Saddle Brown #9A4D0F
RGB
CMYK
RGB Variations
Color information
#9A4D0F (or 0x9A4D0F) is known color: Saddle Brown. HEX triplet: 9A, 4D and 0F. RGB value is (154,77,15). Sum of RGB (Red+Green+Blue) = 154+77+15=246 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.60% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A4D0F is #65B2F0. Grayscale: #5D5D5D. Windows color (decimal): -6664945 or 1002906. OLE color: 1002906.
HSL color Cylindrical-coordinate representation of color #9A4D0F: hue angle of 26.76º 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 #9A4D0F is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 77 | 15 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.40 |
| HSL | 26.76º | 0.82% | 0.33% | - |
| HSV(B) | 26.76º | 0.9% | 0.6% | - |
| XYZ | 16.07 | 12.21 | 1.96 | - |
| YUV | 92.96 | 84.01 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 77 | 15 | 0 | 0.50 | 0.90 | 0.40 | 26.76 | 0.82 | 0.33 |
| Hex | 9A | 4D | F | 0 | 32 | 5A | 28 | 1B | 52 | 21 |
| Octal | 232 | 115 | 17 | 0 | 62 | 132 | 50 | 33 | 122 | 41 |
| Binary | 10011010 | 1001101 | 1111 | 0 | 110010 | 1011010 | 101000 | 11011 | 1010010 | 100001 |
Color Harmonies of #9A4D0F
Complementary color
Monochromatic Colors of #9A4D0F
Black with #9A4D0F
Text Example
Text Example
White with #9A4D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4D0F; }
p { color: rgb(154,77,15); }
H1.HeaderClassName
{
color: #9A4D0F;
}
.AnyTagClassName
{
color: #9A4D0F;
}
</style>
background-color css
<style>
a { background-color: #9A4D0F; }
a { background-color: rgb(154,77,15); }
div.DivClassName
{
background-color: #9A4D0F;
}
.BgClassName
{
background-color: #9A4D0F;
}
</style>
border-color css
<style>
span { border-color: #9A4D0F; }
span { border-color: rgb(154,77,15); }
td.TdClassName
{
border-color: #9A4D0F;
}
.TagClassName
{
border-color: #9A4D0F;
}
</style>