Shades of Saddle Brown #953607
Tints of Saddle Brown #953607
RGB
CMYK
RGB Variations
Color information
#953607 (or 0x953607) is known color: Saddle Brown. HEX triplet: 95, 36 and 07. RGB value is (149,54,7). Sum of RGB (Red+Green+Blue) = 149+54+7=210 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.95% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 149 - color contains mainly: red. Hex color #953607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953607 is #6AC9F8. Grayscale: #4D4D4D. Windows color (decimal): -6998521 or 472725. OLE color: 472725.
HSL color Cylindrical-coordinate representation of color #953607: hue angle of 19.86º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #953607 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 54 | 7 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.42 |
| HSL | 19.86º | 0.91% | 0.31% | - |
| HSV(B) | 19.86º | 0.95% | 0.58% | - |
| XYZ | 13.75 | 9.04 | 1.22 | - |
| YUV | 77.05 | 88.47 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 54 | 7 | 0 | 0.64 | 0.95 | 0.42 | 19.86 | 0.91 | 0.31 |
| Hex | 95 | 36 | 7 | 0 | 40 | 5F | 2A | 14 | 5B | 1F |
| Octal | 225 | 66 | 7 | 0 | 100 | 137 | 52 | 24 | 133 | 37 |
| Binary | 10010101 | 110110 | 111 | 0 | 1000000 | 1011111 | 101010 | 10100 | 1011011 | 11111 |
Color Harmonies of #953607
Complementary color
Monochromatic Colors of #953607
Black with #953607
Text Example
Text Example
White with #953607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953607; }
p { color: rgb(149,54,7); }
H1.HeaderClassName
{
color: #953607;
}
.AnyTagClassName
{
color: #953607;
}
</style>
background-color css
<style>
a { background-color: #953607; }
a { background-color: rgb(149,54,7); }
div.DivClassName
{
background-color: #953607;
}
.BgClassName
{
background-color: #953607;
}
</style>
border-color css
<style>
span { border-color: #953607; }
span { border-color: rgb(149,54,7); }
td.TdClassName
{
border-color: #953607;
}
.TagClassName
{
border-color: #953607;
}
</style>