Shades of Saddle Brown #953F09
Tints of Saddle Brown #953F09
RGB
CMYK
RGB Variations
Color information
#953F09 (or 0x953F09) is known color: Saddle Brown. HEX triplet: 95, 3F and 09. RGB value is (149,63,9). Sum of RGB (Red+Green+Blue) = 149+63+9=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #953F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953F09 is #6AC0F6. Grayscale: #525252. Windows color (decimal): -6996215 or 606101. OLE color: 606101.
HSL color Cylindrical-coordinate representation of color #953F09: hue angle of 23.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 #953F09 is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 63 | 9 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.42 |
| HSL | 23.14º | 0.89% | 0.31% | - |
| HSV(B) | 23.14º | 0.94% | 0.58% | - |
| XYZ | 14.22 | 9.96 | 1.43 | - |
| YUV | 82.56 | 86.49 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 9 | 0 | 0.58 | 0.94 | 0.42 | 23.14 | 0.89 | 0.31 |
| Hex | 95 | 3F | 9 | 0 | 3A | 5E | 2A | 17 | 59 | 1F |
| Octal | 225 | 77 | 11 | 0 | 72 | 136 | 52 | 27 | 131 | 37 |
| Binary | 10010101 | 111111 | 1001 | 0 | 111010 | 1011110 | 101010 | 10111 | 1011001 | 11111 |
Color Harmonies of #953F09
Complementary color
Monochromatic Colors of #953F09
Black with #953F09
Text Example
Text Example
White with #953F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953F09; }
p { color: rgb(149,63,9); }
H1.HeaderClassName
{
color: #953F09;
}
.AnyTagClassName
{
color: #953F09;
}
</style>
background-color css
<style>
a { background-color: #953F09; }
a { background-color: rgb(149,63,9); }
div.DivClassName
{
background-color: #953F09;
}
.BgClassName
{
background-color: #953F09;
}
</style>
border-color css
<style>
span { border-color: #953F09; }
span { border-color: rgb(149,63,9); }
td.TdClassName
{
border-color: #953F09;
}
.TagClassName
{
border-color: #953F09;
}
</style>