Shades of Pale Brown #947547
Tints of Pale Brown #947547
RGB
CMYK
RGB Variations
Color information
#947547 (or 0x947547) is known color: Pale Brown. HEX triplet: 94, 75 and 47. RGB value is (148,117,71). Sum of RGB (Red+Green+Blue) = 148+117+71=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #947547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947547 is #6B8AB8. Grayscale: #797979. Windows color (decimal): -7047865 or 4683156. OLE color: 4683156.
HSL color Cylindrical-coordinate representation of color #947547: hue angle of 35.84º 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 #947547 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 117 | 71 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.42 |
| HSL | 35.84º | 0.35% | 0.43% | - |
| HSV(B) | 35.84º | 0.52% | 0.58% | - |
| XYZ | 19.71 | 19.47 | 8.68 | - |
| YUV | 121.03 | 99.77 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 71 | 0 | 0.21 | 0.52 | 0.42 | 35.84 | 0.35 | 0.43 |
| Hex | 94 | 75 | 47 | 0 | 15 | 34 | 2A | 24 | 23 | 2B |
| Octal | 224 | 165 | 107 | 0 | 25 | 64 | 52 | 44 | 43 | 53 |
| Binary | 10010100 | 1110101 | 1000111 | 0 | 10101 | 110100 | 101010 | 100100 | 100011 | 101011 |
Color Harmonies of #947547
Complementary color
Monochromatic Colors of #947547
Black with #947547
Text Example
Text Example
White with #947547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947547; }
p { color: rgb(148,117,71); }
H1.HeaderClassName
{
color: #947547;
}
.AnyTagClassName
{
color: #947547;
}
</style>
background-color css
<style>
a { background-color: #947547; }
a { background-color: rgb(148,117,71); }
div.DivClassName
{
background-color: #947547;
}
.BgClassName
{
background-color: #947547;
}
</style>
border-color css
<style>
span { border-color: #947547; }
span { border-color: rgb(148,117,71); }
td.TdClassName
{
border-color: #947547;
}
.TagClassName
{
border-color: #947547;
}
</style>