Shades of Pale Brown #947B5A
Tints of Pale Brown #947B5A
RGB
CMYK
RGB Variations
Color information
#947B5A (or 0x947B5A) is known color: Pale Brown. HEX triplet: 94, 7B and 5A. RGB value is (148,123,90). Sum of RGB (Red+Green+Blue) = 148+123+90=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #947B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B5A is #6B84A5. Grayscale: #7E7E7E. Windows color (decimal): -7046310 or 5929876. OLE color: 5929876.
HSL color Cylindrical-coordinate representation of color #947B5A: hue angle of 34.14º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #947B5A is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 123 | 90 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.42 |
| HSL | 34.14º | 0.24% | 0.47% | - |
| HSV(B) | 34.14º | 0.39% | 0.58% | - |
| XYZ | 21.14 | 21.2 | 12.65 | - |
| YUV | 126.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 90 | 0 | 0.17 | 0.39 | 0.42 | 34.14 | 0.24 | 0.47 |
| Hex | 94 | 7B | 5A | 0 | 11 | 27 | 2A | 22 | 18 | 2F |
| Octal | 224 | 173 | 132 | 0 | 21 | 47 | 52 | 42 | 30 | 57 |
| Binary | 10010100 | 1111011 | 1011010 | 0 | 10001 | 100111 | 101010 | 100010 | 11000 | 101111 |
Color Harmonies of #947B5A
Complementary color
Monochromatic Colors of #947B5A
Black with #947B5A
Text Example
Text Example
White with #947B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947B5A; }
p { color: rgb(148,123,90); }
H1.HeaderClassName
{
color: #947B5A;
}
.AnyTagClassName
{
color: #947B5A;
}
</style>
background-color css
<style>
a { background-color: #947B5A; }
a { background-color: rgb(148,123,90); }
div.DivClassName
{
background-color: #947B5A;
}
.BgClassName
{
background-color: #947B5A;
}
</style>
border-color css
<style>
span { border-color: #947B5A; }
span { border-color: rgb(148,123,90); }
td.TdClassName
{
border-color: #947B5A;
}
.TagClassName
{
border-color: #947B5A;
}
</style>