Shades of Saddle Brown #954409
Tints of Saddle Brown #954409
RGB
CMYK
RGB Variations
Color information
#954409 (or 0x954409) is known color: Saddle Brown. HEX triplet: 95, 44 and 09. RGB value is (149,68,9). Sum of RGB (Red+Green+Blue) = 149+68+9=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #954409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954409 is #6ABBF6. Grayscale: #555555. Windows color (decimal): -6994935 or 607381. OLE color: 607381.
HSL color Cylindrical-coordinate representation of color #954409: hue angle of 25.29º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #954409 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 68 | 9 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.42 |
| HSL | 25.29º | 0.89% | 0.31% | - |
| HSV(B) | 25.29º | 0.94% | 0.58% | - |
| XYZ | 14.51 | 10.54 | 1.53 | - |
| YUV | 85.49 | 84.84 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 68 | 9 | 0 | 0.54 | 0.94 | 0.42 | 25.29 | 0.89 | 0.31 |
| Hex | 95 | 44 | 9 | 0 | 36 | 5E | 2A | 19 | 59 | 1F |
| Octal | 225 | 104 | 11 | 0 | 66 | 136 | 52 | 31 | 131 | 37 |
| Binary | 10010101 | 1000100 | 1001 | 0 | 110110 | 1011110 | 101010 | 11001 | 1011001 | 11111 |
Color Harmonies of #954409
Complementary color
Monochromatic Colors of #954409
Black with #954409
Text Example
Text Example
White with #954409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954409; }
p { color: rgb(149,68,9); }
H1.HeaderClassName
{
color: #954409;
}
.AnyTagClassName
{
color: #954409;
}
</style>
background-color css
<style>
a { background-color: #954409; }
a { background-color: rgb(149,68,9); }
div.DivClassName
{
background-color: #954409;
}
.BgClassName
{
background-color: #954409;
}
</style>
border-color css
<style>
span { border-color: #954409; }
span { border-color: rgb(149,68,9); }
td.TdClassName
{
border-color: #954409;
}
.TagClassName
{
border-color: #954409;
}
</style>