Shades of Saddle Brown #954609
Tints of Saddle Brown #954609
RGB
CMYK
RGB Variations
Color information
#954609 (or 0x954609) is known color: Saddle Brown. HEX triplet: 95, 46 and 09. RGB value is (149,70,9). Sum of RGB (Red+Green+Blue) = 149+70+9=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #954609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954609 is #6AB9F6. Grayscale: #565656. Windows color (decimal): -6994423 or 607893. OLE color: 607893.
HSL color Cylindrical-coordinate representation of color #954609: hue angle of 26.14º 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 #954609 is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 70 | 9 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.42 |
| HSL | 26.14º | 0.89% | 0.31% | - |
| HSV(B) | 26.14º | 0.94% | 0.58% | - |
| XYZ | 14.63 | 10.79 | 1.57 | - |
| YUV | 86.67 | 84.17 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 9 | 0 | 0.53 | 0.94 | 0.42 | 26.14 | 0.89 | 0.31 |
| Hex | 95 | 46 | 9 | 0 | 35 | 5E | 2A | 1A | 59 | 1F |
| Octal | 225 | 106 | 11 | 0 | 65 | 136 | 52 | 32 | 131 | 37 |
| Binary | 10010101 | 1000110 | 1001 | 0 | 110101 | 1011110 | 101010 | 11010 | 1011001 | 11111 |
Color Harmonies of #954609
Complementary color
Monochromatic Colors of #954609
Black with #954609
Text Example
Text Example
White with #954609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954609; }
p { color: rgb(149,70,9); }
H1.HeaderClassName
{
color: #954609;
}
.AnyTagClassName
{
color: #954609;
}
</style>
background-color css
<style>
a { background-color: #954609; }
a { background-color: rgb(149,70,9); }
div.DivClassName
{
background-color: #954609;
}
.BgClassName
{
background-color: #954609;
}
</style>
border-color css
<style>
span { border-color: #954609; }
span { border-color: rgb(149,70,9); }
td.TdClassName
{
border-color: #954609;
}
.TagClassName
{
border-color: #954609;
}
</style>