Shades of Pale Brown #937750
Tints of Pale Brown #937750
RGB
CMYK
RGB Variations
Color information
#937750 (or 0x937750) is known color: Pale Brown. HEX triplet: 93, 77 and 50. RGB value is (147,119,80). Sum of RGB (Red+Green+Blue) = 147+119+80=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #937750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937750 is #6C88AF. Grayscale: #7B7B7B. Windows color (decimal): -7112880 or 5273491. OLE color: 5273491.
HSL color Cylindrical-coordinate representation of color #937750: hue angle of 34.93º 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 #937750 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 119 | 80 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.42 |
| HSL | 34.93º | 0.3% | 0.45% | - |
| HSV(B) | 34.93º | 0.46% | 0.58% | - |
| XYZ | 20.08 | 19.98 | 10.39 | - |
| YUV | 122.93 | 103.78 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 119 | 80 | 0 | 0.19 | 0.46 | 0.42 | 34.93 | 0.3 | 0.45 |
| Hex | 93 | 77 | 50 | 0 | 13 | 2E | 2A | 23 | 1E | 2D |
| Octal | 223 | 167 | 120 | 0 | 23 | 56 | 52 | 43 | 36 | 55 |
| Binary | 10010011 | 1110111 | 1010000 | 0 | 10011 | 101110 | 101010 | 100011 | 11110 | 101101 |
Color Harmonies of #937750
Complementary color
Monochromatic Colors of #937750
Black with #937750
Text Example
Text Example
White with #937750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937750; }
p { color: rgb(147,119,80); }
H1.HeaderClassName
{
color: #937750;
}
.AnyTagClassName
{
color: #937750;
}
</style>
background-color css
<style>
a { background-color: #937750; }
a { background-color: rgb(147,119,80); }
div.DivClassName
{
background-color: #937750;
}
.BgClassName
{
background-color: #937750;
}
</style>
border-color css
<style>
span { border-color: #937750; }
span { border-color: rgb(147,119,80); }
td.TdClassName
{
border-color: #937750;
}
.TagClassName
{
border-color: #937750;
}
</style>