Shades of Saddle Brown #954005
Tints of Saddle Brown #954005
RGB
CMYK
RGB Variations
Color information
#954005 (or 0x954005) is known color: Saddle Brown. HEX triplet: 95, 40 and 05. RGB value is (149,64,5). Sum of RGB (Red+Green+Blue) = 149+64+5=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #954005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954005 is #6ABFFA. Grayscale: #535353. Windows color (decimal): -6995963 or 344213. OLE color: 344213.
HSL color Cylindrical-coordinate representation of color #954005: hue angle of 24.58º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #954005 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 64 | 5 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.42 |
| HSL | 24.58º | 0.94% | 0.3% | - |
| HSV(B) | 24.58º | 0.97% | 0.58% | - |
| XYZ | 14.26 | 10.07 | 1.34 | - |
| YUV | 82.69 | 84.16 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 5 | 0 | 0.57 | 0.97 | 0.42 | 24.58 | 0.94 | 0.3 |
| Hex | 95 | 40 | 5 | 0 | 39 | 61 | 2A | 19 | 5E | 1E |
| Octal | 225 | 100 | 5 | 0 | 71 | 141 | 52 | 31 | 136 | 36 |
| Binary | 10010101 | 1000000 | 101 | 0 | 111001 | 1100001 | 101010 | 11001 | 1011110 | 11110 |
Color Harmonies of #954005
Complementary color
Monochromatic Colors of #954005
Black with #954005
Text Example
Text Example
White with #954005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954005; }
p { color: rgb(149,64,5); }
H1.HeaderClassName
{
color: #954005;
}
.AnyTagClassName
{
color: #954005;
}
</style>
background-color css
<style>
a { background-color: #954005; }
a { background-color: rgb(149,64,5); }
div.DivClassName
{
background-color: #954005;
}
.BgClassName
{
background-color: #954005;
}
</style>
border-color css
<style>
span { border-color: #954005; }
span { border-color: rgb(149,64,5); }
td.TdClassName
{
border-color: #954005;
}
.TagClassName
{
border-color: #954005;
}
</style>