Shades of Saddle Brown #944903
Tints of Saddle Brown #944903
RGB
CMYK
RGB Variations
Color information
#944903 (or 0x944903) is known color: Saddle Brown. HEX triplet: 94, 49 and 03. RGB value is (148,73,3). Sum of RGB (Red+Green+Blue) = 148+73+3=224 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.07% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 148 - color contains mainly: red. Hex color #944903 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944903 is #6BB6FC. Grayscale: #575757. Windows color (decimal): -7059197 or 215444. OLE color: 215444.
HSL color Cylindrical-coordinate representation of color #944903: hue angle of 28.97º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #944903 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 73 | 3 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.42 |
| HSL | 28.97º | 0.96% | 0.3% | - |
| HSV(B) | 28.97º | 0.98% | 0.58% | - |
| XYZ | 14.61 | 11.07 | 1.45 | - |
| YUV | 87.45 | 80.35 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 3 | 0 | 0.51 | 0.98 | 0.42 | 28.97 | 0.96 | 0.3 |
| Hex | 94 | 49 | 3 | 0 | 33 | 62 | 2A | 1D | 60 | 1E |
| Octal | 224 | 111 | 3 | 0 | 63 | 142 | 52 | 35 | 140 | 36 |
| Binary | 10010100 | 1001001 | 11 | 0 | 110011 | 1100010 | 101010 | 11101 | 1100000 | 11110 |
Color Harmonies of #944903
Complementary color
Monochromatic Colors of #944903
Black with #944903
Text Example
Text Example
White with #944903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944903; }
p { color: rgb(148,73,3); }
H1.HeaderClassName
{
color: #944903;
}
.AnyTagClassName
{
color: #944903;
}
</style>
background-color css
<style>
a { background-color: #944903; }
a { background-color: rgb(148,73,3); }
div.DivClassName
{
background-color: #944903;
}
.BgClassName
{
background-color: #944903;
}
</style>
border-color css
<style>
span { border-color: #944903; }
span { border-color: rgb(148,73,3); }
td.TdClassName
{
border-color: #944903;
}
.TagClassName
{
border-color: #944903;
}
</style>