Shades of Pale Brown #947251
Tints of Pale Brown #947251
RGB
CMYK
RGB Variations
Color information
#947251 (or 0x947251) is known color: Pale Brown. HEX triplet: 94, 72 and 51. RGB value is (148,114,81). Sum of RGB (Red+Green+Blue) = 148+114+81=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #947251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947251 is #6B8DAE. Grayscale: #787878. Windows color (decimal): -7048623 or 5337748. OLE color: 5337748.
HSL color Cylindrical-coordinate representation of color #947251: hue angle of 29.55º 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 #947251 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 114 | 81 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.42 |
| HSL | 29.55º | 0.29% | 0.45% | - |
| HSV(B) | 29.55º | 0.45% | 0.58% | - |
| XYZ | 19.72 | 18.92 | 10.4 | - |
| YUV | 120.4 | 105.76 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 114 | 81 | 0 | 0.23 | 0.45 | 0.42 | 29.55 | 0.29 | 0.45 |
| Hex | 94 | 72 | 51 | 0 | 17 | 2D | 2A | 1E | 1D | 2D |
| Octal | 224 | 162 | 121 | 0 | 27 | 55 | 52 | 36 | 35 | 55 |
| Binary | 10010100 | 1110010 | 1010001 | 0 | 10111 | 101101 | 101010 | 11110 | 11101 | 101101 |
Color Harmonies of #947251
Complementary color
Monochromatic Colors of #947251
Black with #947251
Text Example
Text Example
White with #947251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947251; }
p { color: rgb(148,114,81); }
H1.HeaderClassName
{
color: #947251;
}
.AnyTagClassName
{
color: #947251;
}
</style>
background-color css
<style>
a { background-color: #947251; }
a { background-color: rgb(148,114,81); }
div.DivClassName
{
background-color: #947251;
}
.BgClassName
{
background-color: #947251;
}
</style>
border-color css
<style>
span { border-color: #947251; }
span { border-color: rgb(148,114,81); }
td.TdClassName
{
border-color: #947251;
}
.TagClassName
{
border-color: #947251;
}
</style>