Shades of Pale Brown #937A5B
Tints of Pale Brown #937A5B
RGB
CMYK
RGB Variations
Color information
#937A5B (or 0x937A5B) is known color: Pale Brown. HEX triplet: 93, 7A and 5B. RGB value is (147,122,91). Sum of RGB (Red+Green+Blue) = 147+122+91=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #937A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937A5B is #6C85A4. Grayscale: #7E7E7E. Windows color (decimal): -7112101 or 5995155. OLE color: 5995155.
HSL color Cylindrical-coordinate representation of color #937A5B: hue angle of 33.21º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #937A5B is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 91 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.42 |
| HSL | 33.21º | 0.24% | 0.47% | - |
| HSV(B) | 33.21º | 0.38% | 0.58% | - |
| XYZ | 20.88 | 20.88 | 12.83 | - |
| YUV | 125.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 91 | 0 | 0.17 | 0.38 | 0.42 | 33.21 | 0.24 | 0.47 |
| Hex | 93 | 7A | 5B | 0 | 11 | 26 | 2A | 21 | 18 | 2F |
| Octal | 223 | 172 | 133 | 0 | 21 | 46 | 52 | 41 | 30 | 57 |
| Binary | 10010011 | 1111010 | 1011011 | 0 | 10001 | 100110 | 101010 | 100001 | 11000 | 101111 |
Color Harmonies of #937A5B
Complementary color
Monochromatic Colors of #937A5B
Black with #937A5B
Text Example
Text Example
White with #937A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A5B; }
p { color: rgb(147,122,91); }
H1.HeaderClassName
{
color: #937A5B;
}
.AnyTagClassName
{
color: #937A5B;
}
</style>
background-color css
<style>
a { background-color: #937A5B; }
a { background-color: rgb(147,122,91); }
div.DivClassName
{
background-color: #937A5B;
}
.BgClassName
{
background-color: #937A5B;
}
</style>
border-color css
<style>
span { border-color: #937A5B; }
span { border-color: rgb(147,122,91); }
td.TdClassName
{
border-color: #937A5B;
}
.TagClassName
{
border-color: #937A5B;
}
</style>