Shades of Saddle Brown #944900
Tints of Saddle Brown #944900
RGB
CMYK
RGB Variations
Color information
#944900 (or 0x944900) is known color: Saddle Brown. HEX triplet: 94, 49 and 00. RGB value is (148,73,0). Sum of RGB (Red+Green+Blue) = 148+73+0=221 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.97% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 148 - color contains mainly: red. Hex color #944900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944900 is #6BB6FF. Grayscale: #575757. Windows color (decimal): -7059200 or 18836. OLE color: 18836.
HSL color Cylindrical-coordinate representation of color #944900: hue angle of 29.59º 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 #944900 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 73 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.42 |
| HSL | 29.59º | 1% | 0.29% | - |
| HSV(B) | 29.59º | 1% | 0.58% | - |
| XYZ | 14.6 | 11.06 | 1.37 | - |
| YUV | 87.1 | 78.85 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 0 | 0 | 0.51 | 1 | 0.42 | 29.59 | 1 | 0.29 |
| Hex | 94 | 49 | 0 | 0 | 33 | 64 | 2A | 1E | 64 | 1D |
| Octal | 224 | 111 | 0 | 0 | 63 | 144 | 52 | 36 | 144 | 35 |
| Binary | 10010100 | 1001001 | 0 | 0 | 110011 | 1100100 | 101010 | 11110 | 1100100 | 11101 |
Color Harmonies of #944900
Complementary color
Monochromatic Colors of #944900
Black with #944900
Text Example
Text Example
White with #944900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944900; }
p { color: rgb(148,73,0); }
H1.HeaderClassName
{
color: #944900;
}
.AnyTagClassName
{
color: #944900;
}
</style>
background-color css
<style>
a { background-color: #944900; }
a { background-color: rgb(148,73,0); }
div.DivClassName
{
background-color: #944900;
}
.BgClassName
{
background-color: #944900;
}
</style>
border-color css
<style>
span { border-color: #944900; }
span { border-color: rgb(148,73,0); }
td.TdClassName
{
border-color: #944900;
}
.TagClassName
{
border-color: #944900;
}
</style>