Shades of Saddle Brown #953F01
Tints of Saddle Brown #953F01
RGB
CMYK
RGB Variations
Color information
#953F01 (or 0x953F01) is known color: Saddle Brown. HEX triplet: 95, 3F and 01. RGB value is (149,63,1). Sum of RGB (Red+Green+Blue) = 149+63+1=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #953F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953F01 is #6AC0FE. Grayscale: #515151. Windows color (decimal): -6996223 or 81813. OLE color: 81813.
HSL color Cylindrical-coordinate representation of color #953F01: hue angle of 25.14º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #953F01 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 63 | 1 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.42 |
| HSL | 25.14º | 0.99% | 0.29% | - |
| HSV(B) | 25.14º | 0.99% | 0.58% | - |
| XYZ | 14.18 | 9.95 | 1.2 | - |
| YUV | 81.65 | 82.49 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 1 | 0 | 0.58 | 0.99 | 0.42 | 25.14 | 0.99 | 0.29 |
| Hex | 95 | 3F | 1 | 0 | 3A | 63 | 2A | 19 | 63 | 1D |
| Octal | 225 | 77 | 1 | 0 | 72 | 143 | 52 | 31 | 143 | 35 |
| Binary | 10010101 | 111111 | 1 | 0 | 111010 | 1100011 | 101010 | 11001 | 1100011 | 11101 |
Color Harmonies of #953F01
Complementary color
Monochromatic Colors of #953F01
Black with #953F01
Text Example
Text Example
White with #953F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953F01; }
p { color: rgb(149,63,1); }
H1.HeaderClassName
{
color: #953F01;
}
.AnyTagClassName
{
color: #953F01;
}
</style>
background-color css
<style>
a { background-color: #953F01; }
a { background-color: rgb(149,63,1); }
div.DivClassName
{
background-color: #953F01;
}
.BgClassName
{
background-color: #953F01;
}
</style>
border-color css
<style>
span { border-color: #953F01; }
span { border-color: rgb(149,63,1); }
td.TdClassName
{
border-color: #953F01;
}
.TagClassName
{
border-color: #953F01;
}
</style>