Shades of Pale Brown #947747
Tints of Pale Brown #947747
RGB
CMYK
RGB Variations
Color information
#947747 (or 0x947747) is known color: Pale Brown. HEX triplet: 94, 77 and 47. RGB value is (148,119,71). Sum of RGB (Red+Green+Blue) = 148+119+71=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #947747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947747 is #6B88B8. Grayscale: #7A7A7A. Windows color (decimal): -7047353 or 4683668. OLE color: 4683668.
HSL color Cylindrical-coordinate representation of color #947747: hue angle of 37.4º 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 #947747 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 119 | 71 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.42 |
| HSL | 37.4º | 0.35% | 0.43% | - |
| HSV(B) | 37.4º | 0.52% | 0.58% | - |
| XYZ | 19.95 | 19.94 | 8.76 | - |
| YUV | 122.2 | 99.11 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 119 | 71 | 0 | 0.20 | 0.52 | 0.42 | 37.4 | 0.35 | 0.43 |
| Hex | 94 | 77 | 47 | 0 | 14 | 34 | 2A | 25 | 23 | 2B |
| Octal | 224 | 167 | 107 | 0 | 24 | 64 | 52 | 45 | 43 | 53 |
| Binary | 10010100 | 1110111 | 1000111 | 0 | 10100 | 110100 | 101010 | 100101 | 100011 | 101011 |
Color Harmonies of #947747
Complementary color
Monochromatic Colors of #947747
Black with #947747
Text Example
Text Example
White with #947747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947747; }
p { color: rgb(148,119,71); }
H1.HeaderClassName
{
color: #947747;
}
.AnyTagClassName
{
color: #947747;
}
</style>
background-color css
<style>
a { background-color: #947747; }
a { background-color: rgb(148,119,71); }
div.DivClassName
{
background-color: #947747;
}
.BgClassName
{
background-color: #947747;
}
</style>
border-color css
<style>
span { border-color: #947747; }
span { border-color: rgb(148,119,71); }
td.TdClassName
{
border-color: #947747;
}
.TagClassName
{
border-color: #947747;
}
</style>