Shades of Pale Brown #947044
Tints of Pale Brown #947044
RGB
CMYK
RGB Variations
Color information
#947044 (or 0x947044) is known color: Pale Brown. HEX triplet: 94, 70 and 44. RGB value is (148,112,68). Sum of RGB (Red+Green+Blue) = 148+112+68=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #947044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947044 is #6B8FBB. Grayscale: #757575. Windows color (decimal): -7049148 or 4485268. OLE color: 4485268.
HSL color Cylindrical-coordinate representation of color #947044: hue angle of 33º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #947044 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 112 | 68 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.42 |
| HSL | 33º | 0.37% | 0.42% | - |
| HSV(B) | 33º | 0.54% | 0.58% | - |
| XYZ | 19.05 | 18.3 | 8 | - |
| YUV | 117.75 | 99.93 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 112 | 68 | 0 | 0.24 | 0.54 | 0.42 | 33 | 0.37 | 0.42 |
| Hex | 94 | 70 | 44 | 0 | 18 | 36 | 2A | 21 | 25 | 2A |
| Octal | 224 | 160 | 104 | 0 | 30 | 66 | 52 | 41 | 45 | 52 |
| Binary | 10010100 | 1110000 | 1000100 | 0 | 11000 | 110110 | 101010 | 100001 | 100101 | 101010 |
Color Harmonies of #947044
Complementary color
Monochromatic Colors of #947044
Black with #947044
Text Example
Text Example
White with #947044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947044; }
p { color: rgb(148,112,68); }
H1.HeaderClassName
{
color: #947044;
}
.AnyTagClassName
{
color: #947044;
}
</style>
background-color css
<style>
a { background-color: #947044; }
a { background-color: rgb(148,112,68); }
div.DivClassName
{
background-color: #947044;
}
.BgClassName
{
background-color: #947044;
}
</style>
border-color css
<style>
span { border-color: #947044; }
span { border-color: rgb(148,112,68); }
td.TdClassName
{
border-color: #947044;
}
.TagClassName
{
border-color: #947044;
}
</style>