Shades of Saddle Brown #9A4E0F
Tints of Saddle Brown #9A4E0F
RGB
CMYK
RGB Variations
Color information
#9A4E0F (or 0x9A4E0F) is known color: Saddle Brown. HEX triplet: 9A, 4E and 0F. RGB value is (154,78,15). Sum of RGB (Red+Green+Blue) = 154+78+15=247 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.35% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A4E0F is #65B1F0. Grayscale: #5D5D5D. Windows color (decimal): -6664689 or 1003162. OLE color: 1003162.
HSL color Cylindrical-coordinate representation of color #9A4E0F: hue angle of 27.19º 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 #9A4E0F is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 78 | 15 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.40 |
| HSL | 27.19º | 0.82% | 0.33% | - |
| HSV(B) | 27.19º | 0.9% | 0.6% | - |
| XYZ | 16.14 | 12.35 | 1.99 | - |
| YUV | 93.54 | 83.68 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 78 | 15 | 0 | 0.49 | 0.90 | 0.40 | 27.19 | 0.82 | 0.33 |
| Hex | 9A | 4E | F | 0 | 31 | 5A | 28 | 1B | 52 | 21 |
| Octal | 232 | 116 | 17 | 0 | 61 | 132 | 50 | 33 | 122 | 41 |
| Binary | 10011010 | 1001110 | 1111 | 0 | 110001 | 1011010 | 101000 | 11011 | 1010010 | 100001 |
Color Harmonies of #9A4E0F
Complementary color
Monochromatic Colors of #9A4E0F
Black with #9A4E0F
Text Example
Text Example
White with #9A4E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4E0F; }
p { color: rgb(154,78,15); }
H1.HeaderClassName
{
color: #9A4E0F;
}
.AnyTagClassName
{
color: #9A4E0F;
}
</style>
background-color css
<style>
a { background-color: #9A4E0F; }
a { background-color: rgb(154,78,15); }
div.DivClassName
{
background-color: #9A4E0F;
}
.BgClassName
{
background-color: #9A4E0F;
}
</style>
border-color css
<style>
span { border-color: #9A4E0F; }
span { border-color: rgb(154,78,15); }
td.TdClassName
{
border-color: #9A4E0F;
}
.TagClassName
{
border-color: #9A4E0F;
}
</style>