Shades of Pale Brown #947B57
Tints of Pale Brown #947B57
RGB
CMYK
RGB Variations
Color information
#947B57 (or 0x947B57) is known color: Pale Brown. HEX triplet: 94, 7B and 57. RGB value is (148,123,87). Sum of RGB (Red+Green+Blue) = 148+123+87=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #947B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B57 is #6B84A8. Grayscale: #7E7E7E. Windows color (decimal): -7046313 or 5733268. OLE color: 5733268.
HSL color Cylindrical-coordinate representation of color #947B57: hue angle of 35.41º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #947B57 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 123 | 87 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.42 |
| HSL | 35.41º | 0.26% | 0.46% | - |
| HSV(B) | 35.41º | 0.41% | 0.58% | - |
| XYZ | 21.02 | 21.15 | 11.99 | - |
| YUV | 126.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 87 | 0 | 0.17 | 0.41 | 0.42 | 35.41 | 0.26 | 0.46 |
| Hex | 94 | 7B | 57 | 0 | 11 | 29 | 2A | 23 | 1A | 2E |
| Octal | 224 | 173 | 127 | 0 | 21 | 51 | 52 | 43 | 32 | 56 |
| Binary | 10010100 | 1111011 | 1010111 | 0 | 10001 | 101001 | 101010 | 100011 | 11010 | 101110 |
Color Harmonies of #947B57
Complementary color
Monochromatic Colors of #947B57
Black with #947B57
Text Example
Text Example
White with #947B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947B57; }
p { color: rgb(148,123,87); }
H1.HeaderClassName
{
color: #947B57;
}
.AnyTagClassName
{
color: #947B57;
}
</style>
background-color css
<style>
a { background-color: #947B57; }
a { background-color: rgb(148,123,87); }
div.DivClassName
{
background-color: #947B57;
}
.BgClassName
{
background-color: #947B57;
}
</style>
border-color css
<style>
span { border-color: #947B57; }
span { border-color: rgb(148,123,87); }
td.TdClassName
{
border-color: #947B57;
}
.TagClassName
{
border-color: #947B57;
}
</style>