Shades of Saddle Brown #954A00
Tints of Saddle Brown #954A00
RGB
CMYK
RGB Variations
Color information
#954A00 (or 0x954A00) is known color: Saddle Brown. HEX triplet: 95, 4A and 00. RGB value is (149,74,0). Sum of RGB (Red+Green+Blue) = 149+74+0=223 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.82% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 149 - color contains mainly: red. Hex color #954A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954A00 is #6AB5FF. Grayscale: #585858. Windows color (decimal): -6993408 or 19093. OLE color: 19093.
HSL color Cylindrical-coordinate representation of color #954A00: hue angle of 29.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #954A00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 74 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.42 |
| HSL | 29.8º | 1% | 0.29% | - |
| HSV(B) | 29.8º | 1% | 0.58% | - |
| XYZ | 14.84 | 11.29 | 1.4 | - |
| YUV | 87.99 | 78.35 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 0 | 0 | 0.50 | 1 | 0.42 | 29.8 | 1 | 0.29 |
| Hex | 95 | 4A | 0 | 0 | 32 | 64 | 2A | 1E | 64 | 1D |
| Octal | 225 | 112 | 0 | 0 | 62 | 144 | 52 | 36 | 144 | 35 |
| Binary | 10010101 | 1001010 | 0 | 0 | 110010 | 1100100 | 101010 | 11110 | 1100100 | 11101 |
Color Harmonies of #954A00
Complementary color
Monochromatic Colors of #954A00
Black with #954A00
Text Example
Text Example
White with #954A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954A00; }
p { color: rgb(149,74,0); }
H1.HeaderClassName
{
color: #954A00;
}
.AnyTagClassName
{
color: #954A00;
}
</style>
background-color css
<style>
a { background-color: #954A00; }
a { background-color: rgb(149,74,0); }
div.DivClassName
{
background-color: #954A00;
}
.BgClassName
{
background-color: #954A00;
}
</style>
border-color css
<style>
span { border-color: #954A00; }
span { border-color: rgb(149,74,0); }
td.TdClassName
{
border-color: #954A00;
}
.TagClassName
{
border-color: #954A00;
}
</style>