Shades of Pale Brown #947955
Tints of Pale Brown #947955
RGB
CMYK
RGB Variations
Color information
#947955 (or 0x947955) is known color: Pale Brown. HEX triplet: 94, 79 and 55. RGB value is (148,121,85). Sum of RGB (Red+Green+Blue) = 148+121+85=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #947955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947955 is #6B86AA. Grayscale: #7D7D7D. Windows color (decimal): -7046827 or 5601684. OLE color: 5601684.
HSL color Cylindrical-coordinate representation of color #947955: hue angle of 34.29º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #947955 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 121 | 85 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.42 |
| HSL | 34.29º | 0.27% | 0.46% | - |
| HSV(B) | 34.29º | 0.43% | 0.58% | - |
| XYZ | 20.69 | 20.63 | 11.49 | - |
| YUV | 124.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 121 | 85 | 0 | 0.18 | 0.43 | 0.42 | 34.29 | 0.27 | 0.46 |
| Hex | 94 | 79 | 55 | 0 | 12 | 2B | 2A | 22 | 1B | 2E |
| Octal | 224 | 171 | 125 | 0 | 22 | 53 | 52 | 42 | 33 | 56 |
| Binary | 10010100 | 1111001 | 1010101 | 0 | 10010 | 101011 | 101010 | 100010 | 11011 | 101110 |
Color Harmonies of #947955
Complementary color
Monochromatic Colors of #947955
Black with #947955
Text Example
Text Example
White with #947955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947955; }
p { color: rgb(148,121,85); }
H1.HeaderClassName
{
color: #947955;
}
.AnyTagClassName
{
color: #947955;
}
</style>
background-color css
<style>
a { background-color: #947955; }
a { background-color: rgb(148,121,85); }
div.DivClassName
{
background-color: #947955;
}
.BgClassName
{
background-color: #947955;
}
</style>
border-color css
<style>
span { border-color: #947955; }
span { border-color: rgb(148,121,85); }
td.TdClassName
{
border-color: #947955;
}
.TagClassName
{
border-color: #947955;
}
</style>