Shades of Saddle Brown #953000
Tints of Saddle Brown #953000
RGB
CMYK
RGB Variations
Color information
#953000 (or 0x953000) is known color: Saddle Brown. HEX triplet: 95, 30 and 00. RGB value is (149,48,0). Sum of RGB (Red+Green+Blue) = 149+48+0=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #953000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953000 is #6ACFFF. Grayscale: #494949. Windows color (decimal): -7000064 or 12437. OLE color: 12437.
HSL color Cylindrical-coordinate representation of color #953000: hue angle of 19.33º 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 #953000 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 48 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.42 |
| HSL | 19.33º | 1% | 0.29% | - |
| HSV(B) | 19.33º | 1% | 0.58% | - |
| XYZ | 13.45 | 8.5 | 0.93 | - |
| YUV | 72.73 | 86.96 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 48 | 0 | 0 | 0.68 | 1 | 0.42 | 19.33 | 1 | 0.29 |
| Hex | 95 | 30 | 0 | 0 | 44 | 64 | 2A | 13 | 64 | 1D |
| Octal | 225 | 60 | 0 | 0 | 104 | 144 | 52 | 23 | 144 | 35 |
| Binary | 10010101 | 110000 | 0 | 0 | 1000100 | 1100100 | 101010 | 10011 | 1100100 | 11101 |
Color Harmonies of #953000
Complementary color
Monochromatic Colors of #953000
Black with #953000
Text Example
Text Example
White with #953000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953000; }
p { color: rgb(149,48,0); }
H1.HeaderClassName
{
color: #953000;
}
.AnyTagClassName
{
color: #953000;
}
</style>
background-color css
<style>
a { background-color: #953000; }
a { background-color: rgb(149,48,0); }
div.DivClassName
{
background-color: #953000;
}
.BgClassName
{
background-color: #953000;
}
</style>
border-color css
<style>
span { border-color: #953000; }
span { border-color: rgb(149,48,0); }
td.TdClassName
{
border-color: #953000;
}
.TagClassName
{
border-color: #953000;
}
</style>