Shades of Pale Brown #947353
Tints of Pale Brown #947353
RGB
CMYK
RGB Variations
Color information
#947353 (or 0x947353) is known color: Pale Brown. HEX triplet: 94, 73 and 53. RGB value is (148,115,83). Sum of RGB (Red+Green+Blue) = 148+115+83=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #947353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947353 is #6B8CAC. Grayscale: #797979. Windows color (decimal): -7048365 or 5469076. OLE color: 5469076.
HSL color Cylindrical-coordinate representation of color #947353: hue angle of 29.54º 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 #947353 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 115 | 83 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.42 |
| HSL | 29.54º | 0.28% | 0.45% | - |
| HSV(B) | 29.54º | 0.44% | 0.58% | - |
| XYZ | 19.9 | 19.18 | 10.84 | - |
| YUV | 121.22 | 106.43 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 115 | 83 | 0 | 0.22 | 0.44 | 0.42 | 29.54 | 0.28 | 0.45 |
| Hex | 94 | 73 | 53 | 0 | 16 | 2C | 2A | 1E | 1C | 2D |
| Octal | 224 | 163 | 123 | 0 | 26 | 54 | 52 | 36 | 34 | 55 |
| Binary | 10010100 | 1110011 | 1010011 | 0 | 10110 | 101100 | 101010 | 11110 | 11100 | 101101 |
Color Harmonies of #947353
Complementary color
Monochromatic Colors of #947353
Black with #947353
Text Example
Text Example
White with #947353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947353; }
p { color: rgb(148,115,83); }
H1.HeaderClassName
{
color: #947353;
}
.AnyTagClassName
{
color: #947353;
}
</style>
background-color css
<style>
a { background-color: #947353; }
a { background-color: rgb(148,115,83); }
div.DivClassName
{
background-color: #947353;
}
.BgClassName
{
background-color: #947353;
}
</style>
border-color css
<style>
span { border-color: #947353; }
span { border-color: rgb(148,115,83); }
td.TdClassName
{
border-color: #947353;
}
.TagClassName
{
border-color: #947353;
}
</style>