Shades of Pale Brown #947B5C
Tints of Pale Brown #947B5C
RGB
CMYK
RGB Variations
Color information
#947B5C (or 0x947B5C) is known color: Pale Brown. HEX triplet: 94, 7B and 5C. RGB value is (148,123,92). Sum of RGB (Red+Green+Blue) = 148+123+92=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #947B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B5C is #6B84A3. Grayscale: #7F7F7F. Windows color (decimal): -7046308 or 6060948. OLE color: 6060948.
HSL color Cylindrical-coordinate representation of color #947B5C: hue angle of 33.21º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #947B5C is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 123 | 92 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.42 |
| HSL | 33.21º | 0.23% | 0.47% | - |
| HSV(B) | 33.21º | 0.38% | 0.58% | - |
| XYZ | 21.23 | 21.23 | 13.11 | - |
| YUV | 126.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 92 | 0 | 0.17 | 0.38 | 0.42 | 33.21 | 0.23 | 0.47 |
| Hex | 94 | 7B | 5C | 0 | 11 | 26 | 2A | 21 | 17 | 2F |
| Octal | 224 | 173 | 134 | 0 | 21 | 46 | 52 | 41 | 27 | 57 |
| Binary | 10010100 | 1111011 | 1011100 | 0 | 10001 | 100110 | 101010 | 100001 | 10111 | 101111 |
Color Harmonies of #947B5C
Complementary color
Monochromatic Colors of #947B5C
Black with #947B5C
Text Example
Text Example
White with #947B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947B5C; }
p { color: rgb(148,123,92); }
H1.HeaderClassName
{
color: #947B5C;
}
.AnyTagClassName
{
color: #947B5C;
}
</style>
background-color css
<style>
a { background-color: #947B5C; }
a { background-color: rgb(148,123,92); }
div.DivClassName
{
background-color: #947B5C;
}
.BgClassName
{
background-color: #947B5C;
}
</style>
border-color css
<style>
span { border-color: #947B5C; }
span { border-color: rgb(148,123,92); }
td.TdClassName
{
border-color: #947B5C;
}
.TagClassName
{
border-color: #947B5C;
}
</style>