Shades of Pale Brown #937353
Tints of Pale Brown #937353
RGB
CMYK
RGB Variations
Color information
#937353 (or 0x937353) is known color: Pale Brown. HEX triplet: 93, 73 and 53. RGB value is (147,115,83). Sum of RGB (Red+Green+Blue) = 147+115+83=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #937353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937353 is #6C8CAC. Grayscale: #797979. Windows color (decimal): -7113901 or 5469075. OLE color: 5469075.
HSL color Cylindrical-coordinate representation of color #937353: hue angle of 30º 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 #937353 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 115 | 83 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.42 |
| HSL | 30º | 0.28% | 0.45% | - |
| HSV(B) | 30º | 0.44% | 0.58% | - |
| XYZ | 19.72 | 19.09 | 10.83 | - |
| YUV | 120.92 | 106.6 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 115 | 83 | 0 | 0.22 | 0.44 | 0.42 | 30 | 0.28 | 0.45 |
| Hex | 93 | 73 | 53 | 0 | 16 | 2C | 2A | 1E | 1C | 2D |
| Octal | 223 | 163 | 123 | 0 | 26 | 54 | 52 | 36 | 34 | 55 |
| Binary | 10010011 | 1110011 | 1010011 | 0 | 10110 | 101100 | 101010 | 11110 | 11100 | 101101 |
Color Harmonies of #937353
Complementary color
Monochromatic Colors of #937353
Black with #937353
Text Example
Text Example
White with #937353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937353; }
p { color: rgb(147,115,83); }
H1.HeaderClassName
{
color: #937353;
}
.AnyTagClassName
{
color: #937353;
}
</style>
background-color css
<style>
a { background-color: #937353; }
a { background-color: rgb(147,115,83); }
div.DivClassName
{
background-color: #937353;
}
.BgClassName
{
background-color: #937353;
}
</style>
border-color css
<style>
span { border-color: #937353; }
span { border-color: rgb(147,115,83); }
td.TdClassName
{
border-color: #937353;
}
.TagClassName
{
border-color: #937353;
}
</style>