Shades of Pale Brown #947052
Tints of Pale Brown #947052
RGB
CMYK
RGB Variations
Color information
#947052 (or 0x947052) is known color: Pale Brown. HEX triplet: 94, 70 and 52. RGB value is (148,112,82). Sum of RGB (Red+Green+Blue) = 148+112+82=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #947052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947052 is #6B8FAD. Grayscale: #777777. Windows color (decimal): -7049134 or 5402772. OLE color: 5402772.
HSL color Cylindrical-coordinate representation of color #947052: hue angle of 27.27º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #947052 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 112 | 82 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.42 |
| HSL | 27.27º | 0.29% | 0.45% | - |
| HSV(B) | 27.27º | 0.45% | 0.58% | - |
| XYZ | 19.53 | 18.49 | 10.52 | - |
| YUV | 119.34 | 106.93 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 112 | 82 | 0 | 0.24 | 0.45 | 0.42 | 27.27 | 0.29 | 0.45 |
| Hex | 94 | 70 | 52 | 0 | 18 | 2D | 2A | 1B | 1D | 2D |
| Octal | 224 | 160 | 122 | 0 | 30 | 55 | 52 | 33 | 35 | 55 |
| Binary | 10010100 | 1110000 | 1010010 | 0 | 11000 | 101101 | 101010 | 11011 | 11101 | 101101 |
Color Harmonies of #947052
Complementary color
Monochromatic Colors of #947052
Black with #947052
Text Example
Text Example
White with #947052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947052; }
p { color: rgb(148,112,82); }
H1.HeaderClassName
{
color: #947052;
}
.AnyTagClassName
{
color: #947052;
}
</style>
background-color css
<style>
a { background-color: #947052; }
a { background-color: rgb(148,112,82); }
div.DivClassName
{
background-color: #947052;
}
.BgClassName
{
background-color: #947052;
}
</style>
border-color css
<style>
span { border-color: #947052; }
span { border-color: rgb(148,112,82); }
td.TdClassName
{
border-color: #947052;
}
.TagClassName
{
border-color: #947052;
}
</style>