Shades of Saddle Brown #953A00
Tints of Saddle Brown #953A00
RGB
CMYK
RGB Variations
Color information
#953A00 (or 0x953A00) is known color: Saddle Brown. HEX triplet: 95, 3A and 00. RGB value is (149,58,0). Sum of RGB (Red+Green+Blue) = 149+58+0=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #953A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953A00 is #6AC5FF. Grayscale: #4E4E4E. Windows color (decimal): -6997504 or 14997. OLE color: 14997.
HSL color Cylindrical-coordinate representation of color #953A00: hue angle of 23.36º 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 #953A00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.42 |
| HSL | 23.36º | 1% | 0.29% | - |
| HSV(B) | 23.36º | 1% | 0.58% | - |
| XYZ | 13.91 | 9.42 | 1.08 | - |
| YUV | 78.6 | 83.65 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 0 | 0 | 0.61 | 1 | 0.42 | 23.36 | 1 | 0.29 |
| Hex | 95 | 3A | 0 | 0 | 3D | 64 | 2A | 17 | 64 | 1D |
| Octal | 225 | 72 | 0 | 0 | 75 | 144 | 52 | 27 | 144 | 35 |
| Binary | 10010101 | 111010 | 0 | 0 | 111101 | 1100100 | 101010 | 10111 | 1100100 | 11101 |
Color Harmonies of #953A00
Complementary color
Monochromatic Colors of #953A00
Black with #953A00
Text Example
Text Example
White with #953A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A00; }
p { color: rgb(149,58,0); }
H1.HeaderClassName
{
color: #953A00;
}
.AnyTagClassName
{
color: #953A00;
}
</style>
background-color css
<style>
a { background-color: #953A00; }
a { background-color: rgb(149,58,0); }
div.DivClassName
{
background-color: #953A00;
}
.BgClassName
{
background-color: #953A00;
}
</style>
border-color css
<style>
span { border-color: #953A00; }
span { border-color: rgb(149,58,0); }
td.TdClassName
{
border-color: #953A00;
}
.TagClassName
{
border-color: #953A00;
}
</style>