Shades of Saddle Brown #953700
Tints of Saddle Brown #953700
RGB
CMYK
RGB Variations
Color information
#953700 (or 0x953700) is known color: Saddle Brown. HEX triplet: 95, 37 and 00. RGB value is (149,55,0). Sum of RGB (Red+Green+Blue) = 149+55+0=204 (27% of max value = 765). Red value is 149 (58.59% from 255 or 73.04% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 149 - color contains mainly: red. Hex color #953700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953700 is #6AC8FF. Grayscale: #4D4D4D. Windows color (decimal): -6998272 or 14229. OLE color: 14229.
HSL color Cylindrical-coordinate representation of color #953700: hue angle of 22.15º 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 #953700 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 55 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.42 |
| HSL | 22.15º | 1% | 0.29% | - |
| HSV(B) | 22.15º | 1% | 0.58% | - |
| XYZ | 13.76 | 9.12 | 1.04 | - |
| YUV | 76.84 | 84.64 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 55 | 0 | 0 | 0.63 | 1 | 0.42 | 22.15 | 1 | 0.29 |
| Hex | 95 | 37 | 0 | 0 | 3F | 64 | 2A | 16 | 64 | 1D |
| Octal | 225 | 67 | 0 | 0 | 77 | 144 | 52 | 26 | 144 | 35 |
| Binary | 10010101 | 110111 | 0 | 0 | 111111 | 1100100 | 101010 | 10110 | 1100100 | 11101 |
Color Harmonies of #953700
Complementary color
Monochromatic Colors of #953700
Black with #953700
Text Example
Text Example
White with #953700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953700; }
p { color: rgb(149,55,0); }
H1.HeaderClassName
{
color: #953700;
}
.AnyTagClassName
{
color: #953700;
}
</style>
background-color css
<style>
a { background-color: #953700; }
a { background-color: rgb(149,55,0); }
div.DivClassName
{
background-color: #953700;
}
.BgClassName
{
background-color: #953700;
}
</style>
border-color css
<style>
span { border-color: #953700; }
span { border-color: rgb(149,55,0); }
td.TdClassName
{
border-color: #953700;
}
.TagClassName
{
border-color: #953700;
}
</style>