Shades of Saddle Brown #954A0E
Tints of Saddle Brown #954A0E
RGB
CMYK
RGB Variations
Color information
#954A0E (or 0x954A0E) is known color: Saddle Brown. HEX triplet: 95, 4A and 0E. RGB value is (149,74,14). Sum of RGB (Red+Green+Blue) = 149+74+14=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #954A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954A0E is #6AB5F1. Grayscale: #595959. Windows color (decimal): -6993394 or 936597. OLE color: 936597.
HSL color Cylindrical-coordinate representation of color #954A0E: hue angle of 26.67º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #954A0E is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 74 | 14 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.42 |
| HSL | 26.67º | 0.83% | 0.32% | - |
| HSV(B) | 26.67º | 0.91% | 0.58% | - |
| XYZ | 14.92 | 11.32 | 1.81 | - |
| YUV | 89.59 | 85.35 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 14 | 0 | 0.50 | 0.91 | 0.42 | 26.67 | 0.83 | 0.32 |
| Hex | 95 | 4A | E | 0 | 32 | 5B | 2A | 1B | 53 | 20 |
| Octal | 225 | 112 | 16 | 0 | 62 | 133 | 52 | 33 | 123 | 40 |
| Binary | 10010101 | 1001010 | 1110 | 0 | 110010 | 1011011 | 101010 | 11011 | 1010011 | 100000 |
Color Harmonies of #954A0E
Complementary color
Monochromatic Colors of #954A0E
Black with #954A0E
Text Example
Text Example
White with #954A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954A0E; }
p { color: rgb(149,74,14); }
H1.HeaderClassName
{
color: #954A0E;
}
.AnyTagClassName
{
color: #954A0E;
}
</style>
background-color css
<style>
a { background-color: #954A0E; }
a { background-color: rgb(149,74,14); }
div.DivClassName
{
background-color: #954A0E;
}
.BgClassName
{
background-color: #954A0E;
}
</style>
border-color css
<style>
span { border-color: #954A0E; }
span { border-color: rgb(149,74,14); }
td.TdClassName
{
border-color: #954A0E;
}
.TagClassName
{
border-color: #954A0E;
}
</style>