Shades of Pale Brown #947047
Tints of Pale Brown #947047
RGB
CMYK
RGB Variations
Color information
#947047 (or 0x947047) is known color: Pale Brown. HEX triplet: 94, 70 and 47. RGB value is (148,112,71). Sum of RGB (Red+Green+Blue) = 148+112+71=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #947047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947047 is #6B8FB8. Grayscale: #767676. Windows color (decimal): -7049145 or 4681876. OLE color: 4681876.
HSL color Cylindrical-coordinate representation of color #947047: hue angle of 31.95º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #947047 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 112 | 71 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.42 |
| HSL | 31.95º | 0.35% | 0.43% | - |
| HSV(B) | 31.95º | 0.52% | 0.58% | - |
| XYZ | 19.14 | 18.34 | 8.49 | - |
| YUV | 118.09 | 101.43 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 112 | 71 | 0 | 0.24 | 0.52 | 0.42 | 31.95 | 0.35 | 0.43 |
| Hex | 94 | 70 | 47 | 0 | 18 | 34 | 2A | 20 | 23 | 2B |
| Octal | 224 | 160 | 107 | 0 | 30 | 64 | 52 | 40 | 43 | 53 |
| Binary | 10010100 | 1110000 | 1000111 | 0 | 11000 | 110100 | 101010 | 100000 | 100011 | 101011 |
Color Harmonies of #947047
Complementary color
Monochromatic Colors of #947047
Black with #947047
Text Example
Text Example
White with #947047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947047; }
p { color: rgb(148,112,71); }
H1.HeaderClassName
{
color: #947047;
}
.AnyTagClassName
{
color: #947047;
}
</style>
background-color css
<style>
a { background-color: #947047; }
a { background-color: rgb(148,112,71); }
div.DivClassName
{
background-color: #947047;
}
.BgClassName
{
background-color: #947047;
}
</style>
border-color css
<style>
span { border-color: #947047; }
span { border-color: rgb(148,112,71); }
td.TdClassName
{
border-color: #947047;
}
.TagClassName
{
border-color: #947047;
}
</style>