Shades of Saddle Brown #954904
Tints of Saddle Brown #954904
RGB
CMYK
RGB Variations
Color information
#954904 (or 0x954904) is known color: Saddle Brown. HEX triplet: 95, 49 and 04. RGB value is (149,73,4). Sum of RGB (Red+Green+Blue) = 149+73+4=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #954904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954904 is #6AB6FB. Grayscale: #585858. Windows color (decimal): -6993660 or 280981. OLE color: 280981.
HSL color Cylindrical-coordinate representation of color #954904: hue angle of 28.55º degrees, saturation: 0.95, 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 #954904 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 4 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.42 |
| HSL | 28.55º | 0.95% | 0.3% | - |
| HSV(B) | 28.55º | 0.97% | 0.58% | - |
| XYZ | 14.8 | 11.16 | 1.49 | - |
| YUV | 87.86 | 80.68 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 4 | 0 | 0.51 | 0.97 | 0.42 | 28.55 | 0.95 | 0.3 |
| Hex | 95 | 49 | 4 | 0 | 33 | 61 | 2A | 1D | 5F | 1E |
| Octal | 225 | 111 | 4 | 0 | 63 | 141 | 52 | 35 | 137 | 36 |
| Binary | 10010101 | 1001001 | 100 | 0 | 110011 | 1100001 | 101010 | 11101 | 1011111 | 11110 |
Color Harmonies of #954904
Complementary color
Monochromatic Colors of #954904
Black with #954904
Text Example
Text Example
White with #954904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954904; }
p { color: rgb(149,73,4); }
H1.HeaderClassName
{
color: #954904;
}
.AnyTagClassName
{
color: #954904;
}
</style>
background-color css
<style>
a { background-color: #954904; }
a { background-color: rgb(149,73,4); }
div.DivClassName
{
background-color: #954904;
}
.BgClassName
{
background-color: #954904;
}
</style>
border-color css
<style>
span { border-color: #954904; }
span { border-color: rgb(149,73,4); }
td.TdClassName
{
border-color: #954904;
}
.TagClassName
{
border-color: #954904;
}
</style>