Shades of Saddle Brown #954905
Tints of Saddle Brown #954905
RGB
CMYK
RGB Variations
Color information
#954905 (or 0x954905) is known color: Saddle Brown. HEX triplet: 95, 49 and 05. RGB value is (149,73,5). Sum of RGB (Red+Green+Blue) = 149+73+5=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #954905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954905 is #6AB6FA. Grayscale: #585858. Windows color (decimal): -6993659 or 346517. OLE color: 346517.
HSL color Cylindrical-coordinate representation of color #954905: hue angle of 28.33º 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 #954905 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 5 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.42 |
| HSL | 28.33º | 0.94% | 0.3% | - |
| HSV(B) | 28.33º | 0.97% | 0.58% | - |
| XYZ | 14.8 | 11.17 | 1.52 | - |
| YUV | 87.97 | 81.18 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 5 | 0 | 0.51 | 0.97 | 0.42 | 28.33 | 0.94 | 0.3 |
| Hex | 95 | 49 | 5 | 0 | 33 | 61 | 2A | 1C | 5E | 1E |
| Octal | 225 | 111 | 5 | 0 | 63 | 141 | 52 | 34 | 136 | 36 |
| Binary | 10010101 | 1001001 | 101 | 0 | 110011 | 1100001 | 101010 | 11100 | 1011110 | 11110 |
Color Harmonies of #954905
Complementary color
Monochromatic Colors of #954905
Black with #954905
Text Example
Text Example
White with #954905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954905; }
p { color: rgb(149,73,5); }
H1.HeaderClassName
{
color: #954905;
}
.AnyTagClassName
{
color: #954905;
}
</style>
background-color css
<style>
a { background-color: #954905; }
a { background-color: rgb(149,73,5); }
div.DivClassName
{
background-color: #954905;
}
.BgClassName
{
background-color: #954905;
}
</style>
border-color css
<style>
span { border-color: #954905; }
span { border-color: rgb(149,73,5); }
td.TdClassName
{
border-color: #954905;
}
.TagClassName
{
border-color: #954905;
}
</style>