Shades of Saddle Brown #953F00
Tints of Saddle Brown #953F00
RGB
CMYK
RGB Variations
Color information
#953F00 (or 0x953F00) is known color: Saddle Brown. HEX triplet: 95, 3F and 00. RGB value is (149,63,0). Sum of RGB (Red+Green+Blue) = 149+63+0=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #953F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953F00 is #6AC0FF. Grayscale: #515151. Windows color (decimal): -6996224 or 16277. OLE color: 16277.
HSL color Cylindrical-coordinate representation of color #953F00: hue angle of 25.37º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #953F00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 63 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.42 |
| HSL | 25.37º | 1% | 0.29% | - |
| HSV(B) | 25.37º | 1% | 0.58% | - |
| XYZ | 14.17 | 9.94 | 1.17 | - |
| YUV | 81.53 | 81.99 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 0 | 0 | 0.58 | 1 | 0.42 | 25.37 | 1 | 0.29 |
| Hex | 95 | 3F | 0 | 0 | 3A | 64 | 2A | 19 | 64 | 1D |
| Octal | 225 | 77 | 0 | 0 | 72 | 144 | 52 | 31 | 144 | 35 |
| Binary | 10010101 | 111111 | 0 | 0 | 111010 | 1100100 | 101010 | 11001 | 1100100 | 11101 |
Color Harmonies of #953F00
Complementary color
Monochromatic Colors of #953F00
Black with #953F00
Text Example
Text Example
White with #953F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953F00; }
p { color: rgb(149,63,0); }
H1.HeaderClassName
{
color: #953F00;
}
.AnyTagClassName
{
color: #953F00;
}
</style>
background-color css
<style>
a { background-color: #953F00; }
a { background-color: rgb(149,63,0); }
div.DivClassName
{
background-color: #953F00;
}
.BgClassName
{
background-color: #953F00;
}
</style>
border-color css
<style>
span { border-color: #953F00; }
span { border-color: rgb(149,63,0); }
td.TdClassName
{
border-color: #953F00;
}
.TagClassName
{
border-color: #953F00;
}
</style>