Shades of Pale Brown #937B5D
Tints of Pale Brown #937B5D
RGB
CMYK
RGB Variations
Color information
#937B5D (or 0x937B5D) is known color: Pale Brown. HEX triplet: 93, 7B and 5D. RGB value is (147,123,93). Sum of RGB (Red+Green+Blue) = 147+123+93=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 147 - color contains mainly: red. Hex color #937B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937B5D is #6C84A2. Grayscale: #7E7E7E. Windows color (decimal): -7111843 or 6126483. OLE color: 6126483.
HSL color Cylindrical-coordinate representation of color #937B5D: hue angle of 33.33º 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 #937B5D is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 123 | 93 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.42 |
| HSL | 33.33º | 0.23% | 0.47% | - |
| HSV(B) | 33.33º | 0.37% | 0.58% | - |
| XYZ | 21.09 | 21.16 | 13.33 | - |
| YUV | 126.76 | 108.95 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 93 | 0 | 0.16 | 0.37 | 0.42 | 33.33 | 0.23 | 0.47 |
| Hex | 93 | 7B | 5D | 0 | 10 | 25 | 2A | 21 | 16 | 2F |
| Octal | 223 | 173 | 135 | 0 | 20 | 45 | 52 | 41 | 26 | 57 |
| Binary | 10010011 | 1111011 | 1011101 | 0 | 10000 | 100101 | 101010 | 100001 | 10110 | 101111 |
Color Harmonies of #937B5D
Complementary color
Monochromatic Colors of #937B5D
Black with #937B5D
Text Example
Text Example
White with #937B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937B5D; }
p { color: rgb(147,123,93); }
H1.HeaderClassName
{
color: #937B5D;
}
.AnyTagClassName
{
color: #937B5D;
}
</style>
background-color css
<style>
a { background-color: #937B5D; }
a { background-color: rgb(147,123,93); }
div.DivClassName
{
background-color: #937B5D;
}
.BgClassName
{
background-color: #937B5D;
}
</style>
border-color css
<style>
span { border-color: #937B5D; }
span { border-color: rgb(147,123,93); }
td.TdClassName
{
border-color: #937B5D;
}
.TagClassName
{
border-color: #937B5D;
}
</style>