Shades of Saddle Brown #953900
Tints of Saddle Brown #953900
RGB
CMYK
RGB Variations
Color information
#953900 (or 0x953900) is known color: Saddle Brown. HEX triplet: 95, 39 and 00. RGB value is (149,57,0). Sum of RGB (Red+Green+Blue) = 149+57+0=206 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.33% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 149 - color contains mainly: red. Hex color #953900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953900 is #6AC6FF. Grayscale: #4E4E4E. Windows color (decimal): -6997760 or 14741. OLE color: 14741.
HSL color Cylindrical-coordinate representation of color #953900: hue angle of 22.95º 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 #953900 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 57 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.42 |
| HSL | 22.95º | 1% | 0.29% | - |
| HSV(B) | 22.95º | 1% | 0.58% | - |
| XYZ | 13.86 | 9.32 | 1.07 | - |
| YUV | 78.01 | 83.98 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 57 | 0 | 0 | 0.62 | 1 | 0.42 | 22.95 | 1 | 0.29 |
| Hex | 95 | 39 | 0 | 0 | 3E | 64 | 2A | 17 | 64 | 1D |
| Octal | 225 | 71 | 0 | 0 | 76 | 144 | 52 | 27 | 144 | 35 |
| Binary | 10010101 | 111001 | 0 | 0 | 111110 | 1100100 | 101010 | 10111 | 1100100 | 11101 |
Color Harmonies of #953900
Complementary color
Monochromatic Colors of #953900
Black with #953900
Text Example
Text Example
White with #953900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953900; }
p { color: rgb(149,57,0); }
H1.HeaderClassName
{
color: #953900;
}
.AnyTagClassName
{
color: #953900;
}
</style>
background-color css
<style>
a { background-color: #953900; }
a { background-color: rgb(149,57,0); }
div.DivClassName
{
background-color: #953900;
}
.BgClassName
{
background-color: #953900;
}
</style>
border-color css
<style>
span { border-color: #953900; }
span { border-color: rgb(149,57,0); }
td.TdClassName
{
border-color: #953900;
}
.TagClassName
{
border-color: #953900;
}
</style>