Shades of Pale Brown #937A56
Tints of Pale Brown #937A56
RGB
CMYK
RGB Variations
Color information
#937A56 (or 0x937A56) is known color: Pale Brown. HEX triplet: 93, 7A and 56. RGB value is (147,122,86). Sum of RGB (Red+Green+Blue) = 147+122+86=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #937A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937A56 is #6C85A9. Grayscale: #7D7D7D. Windows color (decimal): -7112106 or 5667475. OLE color: 5667475.
HSL color Cylindrical-coordinate representation of color #937A56: hue angle of 35.41º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #937A56 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 86 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.42 |
| HSL | 35.41º | 0.26% | 0.46% | - |
| HSV(B) | 35.41º | 0.41% | 0.58% | - |
| XYZ | 20.67 | 20.79 | 11.73 | - |
| YUV | 125.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 86 | 0 | 0.17 | 0.41 | 0.42 | 35.41 | 0.26 | 0.46 |
| Hex | 93 | 7A | 56 | 0 | 11 | 29 | 2A | 23 | 1A | 2E |
| Octal | 223 | 172 | 126 | 0 | 21 | 51 | 52 | 43 | 32 | 56 |
| Binary | 10010011 | 1111010 | 1010110 | 0 | 10001 | 101001 | 101010 | 100011 | 11010 | 101110 |
Color Harmonies of #937A56
Complementary color
Monochromatic Colors of #937A56
Black with #937A56
Text Example
Text Example
White with #937A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A56; }
p { color: rgb(147,122,86); }
H1.HeaderClassName
{
color: #937A56;
}
.AnyTagClassName
{
color: #937A56;
}
</style>
background-color css
<style>
a { background-color: #937A56; }
a { background-color: rgb(147,122,86); }
div.DivClassName
{
background-color: #937A56;
}
.BgClassName
{
background-color: #937A56;
}
</style>
border-color css
<style>
span { border-color: #937A56; }
span { border-color: rgb(147,122,86); }
td.TdClassName
{
border-color: #937A56;
}
.TagClassName
{
border-color: #937A56;
}
</style>