Shades of Saddle Brown #954607
Tints of Saddle Brown #954607
RGB
CMYK
RGB Variations
Color information
#954607 (or 0x954607) is known color: Saddle Brown. HEX triplet: 95, 46 and 07. RGB value is (149,70,7). Sum of RGB (Red+Green+Blue) = 149+70+7=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #954607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954607 is #6AB9F8. Grayscale: #565656. Windows color (decimal): -6994425 or 476821. OLE color: 476821.
HSL color Cylindrical-coordinate representation of color #954607: hue angle of 26.62º 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 #954607 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 70 | 7 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.42 |
| HSL | 26.62º | 0.91% | 0.31% | - |
| HSV(B) | 26.62º | 0.95% | 0.58% | - |
| XYZ | 14.62 | 10.79 | 1.51 | - |
| YUV | 86.44 | 83.17 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 7 | 0 | 0.53 | 0.95 | 0.42 | 26.62 | 0.91 | 0.31 |
| Hex | 95 | 46 | 7 | 0 | 35 | 5F | 2A | 1B | 5B | 1F |
| Octal | 225 | 106 | 7 | 0 | 65 | 137 | 52 | 33 | 133 | 37 |
| Binary | 10010101 | 1000110 | 111 | 0 | 110101 | 1011111 | 101010 | 11011 | 1011011 | 11111 |
Color Harmonies of #954607
Complementary color
Monochromatic Colors of #954607
Black with #954607
Text Example
Text Example
White with #954607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954607; }
p { color: rgb(149,70,7); }
H1.HeaderClassName
{
color: #954607;
}
.AnyTagClassName
{
color: #954607;
}
</style>
background-color css
<style>
a { background-color: #954607; }
a { background-color: rgb(149,70,7); }
div.DivClassName
{
background-color: #954607;
}
.BgClassName
{
background-color: #954607;
}
</style>
border-color css
<style>
span { border-color: #954607; }
span { border-color: rgb(149,70,7); }
td.TdClassName
{
border-color: #954607;
}
.TagClassName
{
border-color: #954607;
}
</style>