Shades of Saddle Brown #954A05
Tints of Saddle Brown #954A05
RGB
CMYK
RGB Variations
Color information
#954A05 (or 0x954A05) is known color: Saddle Brown. HEX triplet: 95, 4A and 05. RGB value is (149,74,5). Sum of RGB (Red+Green+Blue) = 149+74+5=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #954A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954A05 is #6AB5FA. Grayscale: #585858. Windows color (decimal): -6993403 or 346773. OLE color: 346773.
HSL color Cylindrical-coordinate representation of color #954A05: hue angle of 28.75º 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 #954A05 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 74 | 5 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.42 |
| HSL | 28.75º | 0.94% | 0.3% | - |
| HSV(B) | 28.75º | 0.97% | 0.58% | - |
| XYZ | 14.87 | 11.3 | 1.54 | - |
| YUV | 88.56 | 80.85 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 5 | 0 | 0.50 | 0.97 | 0.42 | 28.75 | 0.94 | 0.3 |
| Hex | 95 | 4A | 5 | 0 | 32 | 61 | 2A | 1D | 5E | 1E |
| Octal | 225 | 112 | 5 | 0 | 62 | 141 | 52 | 35 | 136 | 36 |
| Binary | 10010101 | 1001010 | 101 | 0 | 110010 | 1100001 | 101010 | 11101 | 1011110 | 11110 |
Color Harmonies of #954A05
Complementary color
Monochromatic Colors of #954A05
Black with #954A05
Text Example
Text Example
White with #954A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954A05; }
p { color: rgb(149,74,5); }
H1.HeaderClassName
{
color: #954A05;
}
.AnyTagClassName
{
color: #954A05;
}
</style>
background-color css
<style>
a { background-color: #954A05; }
a { background-color: rgb(149,74,5); }
div.DivClassName
{
background-color: #954A05;
}
.BgClassName
{
background-color: #954A05;
}
</style>
border-color css
<style>
span { border-color: #954A05; }
span { border-color: rgb(149,74,5); }
td.TdClassName
{
border-color: #954A05;
}
.TagClassName
{
border-color: #954A05;
}
</style>