Shades of Saddle Brown #954603
Tints of Saddle Brown #954603
RGB
CMYK
RGB Variations
Color information
#954603 (or 0x954603) is known color: Saddle Brown. HEX triplet: 95, 46 and 03. RGB value is (149,70,3). Sum of RGB (Red+Green+Blue) = 149+70+3=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #954603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954603 is #6AB9FC. Grayscale: #565656. Windows color (decimal): -6994429 or 214677. OLE color: 214677.
HSL color Cylindrical-coordinate representation of color #954603: hue angle of 27.53º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #954603 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 70 | 3 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.42 |
| HSL | 27.53º | 0.96% | 0.3% | - |
| HSV(B) | 27.53º | 0.98% | 0.58% | - |
| XYZ | 14.6 | 10.78 | 1.4 | - |
| YUV | 85.98 | 81.17 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 3 | 0 | 0.53 | 0.98 | 0.42 | 27.53 | 0.96 | 0.3 |
| Hex | 95 | 46 | 3 | 0 | 35 | 62 | 2A | 1C | 60 | 1E |
| Octal | 225 | 106 | 3 | 0 | 65 | 142 | 52 | 34 | 140 | 36 |
| Binary | 10010101 | 1000110 | 11 | 0 | 110101 | 1100010 | 101010 | 11100 | 1100000 | 11110 |
Color Harmonies of #954603
Complementary color
Monochromatic Colors of #954603
Black with #954603
Text Example
Text Example
White with #954603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954603; }
p { color: rgb(149,70,3); }
H1.HeaderClassName
{
color: #954603;
}
.AnyTagClassName
{
color: #954603;
}
</style>
background-color css
<style>
a { background-color: #954603; }
a { background-color: rgb(149,70,3); }
div.DivClassName
{
background-color: #954603;
}
.BgClassName
{
background-color: #954603;
}
</style>
border-color css
<style>
span { border-color: #954603; }
span { border-color: rgb(149,70,3); }
td.TdClassName
{
border-color: #954603;
}
.TagClassName
{
border-color: #954603;
}
</style>