Shades of Pale Brown #937A51
Tints of Pale Brown #937A51
RGB
CMYK
RGB Variations
Color information
#937A51 (or 0x937A51) is known color: Pale Brown. HEX triplet: 93, 7A and 51. RGB value is (147,122,81). Sum of RGB (Red+Green+Blue) = 147+122+81=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #937A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937A51 is #6C85AE. Grayscale: #7C7C7C. Windows color (decimal): -7112111 or 5339795. OLE color: 5339795.
HSL color Cylindrical-coordinate representation of color #937A51: hue angle of 37.27º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #937A51 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 81 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.42 |
| HSL | 37.27º | 0.29% | 0.45% | - |
| HSV(B) | 37.27º | 0.45% | 0.58% | - |
| XYZ | 20.48 | 20.72 | 10.7 | - |
| YUV | 124.8 | 103.28 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 81 | 0 | 0.17 | 0.45 | 0.42 | 37.27 | 0.29 | 0.45 |
| Hex | 93 | 7A | 51 | 0 | 11 | 2D | 2A | 25 | 1D | 2D |
| Octal | 223 | 172 | 121 | 0 | 21 | 55 | 52 | 45 | 35 | 55 |
| Binary | 10010011 | 1111010 | 1010001 | 0 | 10001 | 101101 | 101010 | 100101 | 11101 | 101101 |
Color Harmonies of #937A51
Complementary color
Monochromatic Colors of #937A51
Black with #937A51
Text Example
Text Example
White with #937A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A51; }
p { color: rgb(147,122,81); }
H1.HeaderClassName
{
color: #937A51;
}
.AnyTagClassName
{
color: #937A51;
}
</style>
background-color css
<style>
a { background-color: #937A51; }
a { background-color: rgb(147,122,81); }
div.DivClassName
{
background-color: #937A51;
}
.BgClassName
{
background-color: #937A51;
}
</style>
border-color css
<style>
span { border-color: #937A51; }
span { border-color: rgb(147,122,81); }
td.TdClassName
{
border-color: #937A51;
}
.TagClassName
{
border-color: #937A51;
}
</style>