Shades of Saddle Brown #953006
Tints of Saddle Brown #953006
RGB
CMYK
RGB Variations
Color information
#953006 (or 0x953006) is known color: Saddle Brown. HEX triplet: 95, 30 and 06. RGB value is (149,48,6). Sum of RGB (Red+Green+Blue) = 149+48+6=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #953006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953006 is #6ACFF9. Grayscale: #494949. Windows color (decimal): -7000058 or 405653. OLE color: 405653.
HSL color Cylindrical-coordinate representation of color #953006: hue angle of 17.62º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #953006 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 48 | 6 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.42 |
| HSL | 17.62º | 0.92% | 0.3% | - |
| HSV(B) | 17.62º | 0.96% | 0.58% | - |
| XYZ | 13.48 | 8.52 | 1.11 | - |
| YUV | 73.41 | 89.96 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 48 | 6 | 0 | 0.68 | 0.96 | 0.42 | 17.62 | 0.92 | 0.3 |
| Hex | 95 | 30 | 6 | 0 | 44 | 60 | 2A | 12 | 5C | 1E |
| Octal | 225 | 60 | 6 | 0 | 104 | 140 | 52 | 22 | 134 | 36 |
| Binary | 10010101 | 110000 | 110 | 0 | 1000100 | 1100000 | 101010 | 10010 | 1011100 | 11110 |
Color Harmonies of #953006
Complementary color
Monochromatic Colors of #953006
Black with #953006
Text Example
Text Example
White with #953006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953006; }
p { color: rgb(149,48,6); }
H1.HeaderClassName
{
color: #953006;
}
.AnyTagClassName
{
color: #953006;
}
</style>
background-color css
<style>
a { background-color: #953006; }
a { background-color: rgb(149,48,6); }
div.DivClassName
{
background-color: #953006;
}
.BgClassName
{
background-color: #953006;
}
</style>
border-color css
<style>
span { border-color: #953006; }
span { border-color: rgb(149,48,6); }
td.TdClassName
{
border-color: #953006;
}
.TagClassName
{
border-color: #953006;
}
</style>