Shades of Pale Brown #947956
Tints of Pale Brown #947956
RGB
CMYK
RGB Variations
Color information
#947956 (or 0x947956) is known color: Pale Brown. HEX triplet: 94, 79 and 56. RGB value is (148,121,86). Sum of RGB (Red+Green+Blue) = 148+121+86=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #947956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947956 is #6B86A9. Grayscale: #7D7D7D. Windows color (decimal): -7046826 or 5667220. OLE color: 5667220.
HSL color Cylindrical-coordinate representation of color #947956: hue angle of 33.87º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #947956 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 121 | 86 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.42 |
| HSL | 33.87º | 0.26% | 0.46% | - |
| HSV(B) | 33.87º | 0.42% | 0.58% | - |
| XYZ | 20.73 | 20.64 | 11.7 | - |
| YUV | 125.08 | 105.95 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 121 | 86 | 0 | 0.18 | 0.42 | 0.42 | 33.87 | 0.26 | 0.46 |
| Hex | 94 | 79 | 56 | 0 | 12 | 2A | 2A | 22 | 1A | 2E |
| Octal | 224 | 171 | 126 | 0 | 22 | 52 | 52 | 42 | 32 | 56 |
| Binary | 10010100 | 1111001 | 1010110 | 0 | 10010 | 101010 | 101010 | 100010 | 11010 | 101110 |
Color Harmonies of #947956
Complementary color
Monochromatic Colors of #947956
Black with #947956
Text Example
Text Example
White with #947956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947956; }
p { color: rgb(148,121,86); }
H1.HeaderClassName
{
color: #947956;
}
.AnyTagClassName
{
color: #947956;
}
</style>
background-color css
<style>
a { background-color: #947956; }
a { background-color: rgb(148,121,86); }
div.DivClassName
{
background-color: #947956;
}
.BgClassName
{
background-color: #947956;
}
</style>
border-color css
<style>
span { border-color: #947956; }
span { border-color: rgb(148,121,86); }
td.TdClassName
{
border-color: #947956;
}
.TagClassName
{
border-color: #947956;
}
</style>