Shades of Pale Brown #937A5D
Tints of Pale Brown #937A5D
RGB
CMYK
RGB Variations
Color information
#937A5D (or 0x937A5D) is known color: Pale Brown. HEX triplet: 93, 7A and 5D. RGB value is (147,122,93). Sum of RGB (Red+Green+Blue) = 147+122+93=362 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.61% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 147 - color contains mainly: red. Hex color #937A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937A5D is #6C85A2. Grayscale: #7E7E7E. Windows color (decimal): -7112099 or 6126227. OLE color: 6126227.
HSL color Cylindrical-coordinate representation of color #937A5D: hue angle of 32.22º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #937A5D is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 93 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.42 |
| HSL | 32.22º | 0.23% | 0.47% | - |
| HSV(B) | 32.22º | 0.37% | 0.58% | - |
| XYZ | 20.97 | 20.91 | 13.29 | - |
| YUV | 126.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 93 | 0 | 0.17 | 0.37 | 0.42 | 32.22 | 0.23 | 0.47 |
| Hex | 93 | 7A | 5D | 0 | 11 | 25 | 2A | 20 | 16 | 2F |
| Octal | 223 | 172 | 135 | 0 | 21 | 45 | 52 | 40 | 26 | 57 |
| Binary | 10010011 | 1111010 | 1011101 | 0 | 10001 | 100101 | 101010 | 100000 | 10110 | 101111 |
Color Harmonies of #937A5D
Complementary color
Monochromatic Colors of #937A5D
Black with #937A5D
Text Example
Text Example
White with #937A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A5D; }
p { color: rgb(147,122,93); }
H1.HeaderClassName
{
color: #937A5D;
}
.AnyTagClassName
{
color: #937A5D;
}
</style>
background-color css
<style>
a { background-color: #937A5D; }
a { background-color: rgb(147,122,93); }
div.DivClassName
{
background-color: #937A5D;
}
.BgClassName
{
background-color: #937A5D;
}
</style>
border-color css
<style>
span { border-color: #937A5D; }
span { border-color: rgb(147,122,93); }
td.TdClassName
{
border-color: #937A5D;
}
.TagClassName
{
border-color: #937A5D;
}
</style>