Shades of Pale Brown #947253
Tints of Pale Brown #947253
RGB
CMYK
RGB Variations
Color information
#947253 (or 0x947253) is known color: Pale Brown. HEX triplet: 94, 72 and 53. RGB value is (148,114,83). Sum of RGB (Red+Green+Blue) = 148+114+83=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #947253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947253 is #6B8DAC. Grayscale: #787878. Windows color (decimal): -7048621 or 5468820. OLE color: 5468820.
HSL color Cylindrical-coordinate representation of color #947253: hue angle of 28.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #947253 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 114 | 83 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.42 |
| HSL | 28.62º | 0.28% | 0.45% | - |
| HSV(B) | 28.62º | 0.44% | 0.58% | - |
| XYZ | 19.79 | 18.96 | 10.8 | - |
| YUV | 120.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 114 | 83 | 0 | 0.23 | 0.44 | 0.42 | 28.62 | 0.28 | 0.45 |
| Hex | 94 | 72 | 53 | 0 | 17 | 2C | 2A | 1D | 1C | 2D |
| Octal | 224 | 162 | 123 | 0 | 27 | 54 | 52 | 35 | 34 | 55 |
| Binary | 10010100 | 1110010 | 1010011 | 0 | 10111 | 101100 | 101010 | 11101 | 11100 | 101101 |
Color Harmonies of #947253
Complementary color
Monochromatic Colors of #947253
Black with #947253
Text Example
Text Example
White with #947253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947253; }
p { color: rgb(148,114,83); }
H1.HeaderClassName
{
color: #947253;
}
.AnyTagClassName
{
color: #947253;
}
</style>
background-color css
<style>
a { background-color: #947253; }
a { background-color: rgb(148,114,83); }
div.DivClassName
{
background-color: #947253;
}
.BgClassName
{
background-color: #947253;
}
</style>
border-color css
<style>
span { border-color: #947253; }
span { border-color: rgb(148,114,83); }
td.TdClassName
{
border-color: #947253;
}
.TagClassName
{
border-color: #947253;
}
</style>