Shades of Pale Brown #937450
Tints of Pale Brown #937450
RGB
CMYK
RGB Variations
Color information
#937450 (or 0x937450) is known color: Pale Brown. HEX triplet: 93, 74 and 50. RGB value is (147,116,80). Sum of RGB (Red+Green+Blue) = 147+116+80=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #937450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937450 is #6C8BAF. Grayscale: #797979. Windows color (decimal): -7113648 or 5272723. OLE color: 5272723.
HSL color Cylindrical-coordinate representation of color #937450: hue angle of 32.24º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #937450 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 116 | 80 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.42 |
| HSL | 32.24º | 0.3% | 0.45% | - |
| HSV(B) | 32.24º | 0.46% | 0.58% | - |
| XYZ | 19.73 | 19.27 | 10.27 | - |
| YUV | 121.17 | 104.77 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 116 | 80 | 0 | 0.21 | 0.46 | 0.42 | 32.24 | 0.3 | 0.45 |
| Hex | 93 | 74 | 50 | 0 | 15 | 2E | 2A | 20 | 1E | 2D |
| Octal | 223 | 164 | 120 | 0 | 25 | 56 | 52 | 40 | 36 | 55 |
| Binary | 10010011 | 1110100 | 1010000 | 0 | 10101 | 101110 | 101010 | 100000 | 11110 | 101101 |
Color Harmonies of #937450
Complementary color
Monochromatic Colors of #937450
Black with #937450
Text Example
Text Example
White with #937450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937450; }
p { color: rgb(147,116,80); }
H1.HeaderClassName
{
color: #937450;
}
.AnyTagClassName
{
color: #937450;
}
</style>
background-color css
<style>
a { background-color: #937450; }
a { background-color: rgb(147,116,80); }
div.DivClassName
{
background-color: #937450;
}
.BgClassName
{
background-color: #937450;
}
</style>
border-color css
<style>
span { border-color: #937450; }
span { border-color: rgb(147,116,80); }
td.TdClassName
{
border-color: #937450;
}
.TagClassName
{
border-color: #937450;
}
</style>