Shades of Saddle Brown #953F07
Tints of Saddle Brown #953F07
RGB
CMYK
RGB Variations
Color information
#953F07 (or 0x953F07) is known color: Saddle Brown. HEX triplet: 95, 3F and 07. RGB value is (149,63,7). Sum of RGB (Red+Green+Blue) = 149+63+7=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 7 (3.12% from 255 or 3.20% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #953F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953F07 is #6AC0F8. Grayscale: #525252. Windows color (decimal): -6996217 or 475029. OLE color: 475029.
HSL color Cylindrical-coordinate representation of color #953F07: hue angle of 23.66º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #953F07 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 63 | 7 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.42 |
| HSL | 23.66º | 0.91% | 0.31% | - |
| HSV(B) | 23.66º | 0.95% | 0.58% | - |
| XYZ | 14.21 | 9.96 | 1.37 | - |
| YUV | 82.33 | 85.49 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 7 | 0 | 0.58 | 0.95 | 0.42 | 23.66 | 0.91 | 0.31 |
| Hex | 95 | 3F | 7 | 0 | 3A | 5F | 2A | 18 | 5B | 1F |
| Octal | 225 | 77 | 7 | 0 | 72 | 137 | 52 | 30 | 133 | 37 |
| Binary | 10010101 | 111111 | 111 | 0 | 111010 | 1011111 | 101010 | 11000 | 1011011 | 11111 |
Color Harmonies of #953F07
Complementary color
Monochromatic Colors of #953F07
Black with #953F07
Text Example
Text Example
White with #953F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953F07; }
p { color: rgb(149,63,7); }
H1.HeaderClassName
{
color: #953F07;
}
.AnyTagClassName
{
color: #953F07;
}
</style>
background-color css
<style>
a { background-color: #953F07; }
a { background-color: rgb(149,63,7); }
div.DivClassName
{
background-color: #953F07;
}
.BgClassName
{
background-color: #953F07;
}
</style>
border-color css
<style>
span { border-color: #953F07; }
span { border-color: rgb(149,63,7); }
td.TdClassName
{
border-color: #953F07;
}
.TagClassName
{
border-color: #953F07;
}
</style>