Shades of Pale Brown #927A5D
Tints of Pale Brown #927A5D
RGB
CMYK
RGB Variations
Color information
#927A5D (or 0x927A5D) is known color: Pale Brown. HEX triplet: 92, 7A and 5D. RGB value is (146,122,93). Sum of RGB (Red+Green+Blue) = 146+122+93=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 146 - color contains mainly: red. Hex color #927A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927A5D is #6D85A2. Grayscale: #7E7E7E. Windows color (decimal): -7177635 or 6126226. OLE color: 6126226.
HSL color Cylindrical-coordinate representation of color #927A5D: hue angle of 32.83º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #927A5D is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 122 | 93 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.43 |
| HSL | 32.83º | 0.22% | 0.47% | - |
| HSV(B) | 32.83º | 0.36% | 0.57% | - |
| XYZ | 20.79 | 20.82 | 13.28 | - |
| YUV | 125.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 93 | 0 | 0.16 | 0.36 | 0.43 | 32.83 | 0.22 | 0.47 |
| Hex | 92 | 7A | 5D | 0 | 10 | 24 | 2B | 21 | 16 | 2F |
| Octal | 222 | 172 | 135 | 0 | 20 | 44 | 53 | 41 | 26 | 57 |
| Binary | 10010010 | 1111010 | 1011101 | 0 | 10000 | 100100 | 101011 | 100001 | 10110 | 101111 |
Color Harmonies of #927A5D
Complementary color
Monochromatic Colors of #927A5D
Black with #927A5D
Text Example
Text Example
White with #927A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A5D; }
p { color: rgb(146,122,93); }
H1.HeaderClassName
{
color: #927A5D;
}
.AnyTagClassName
{
color: #927A5D;
}
</style>
background-color css
<style>
a { background-color: #927A5D; }
a { background-color: rgb(146,122,93); }
div.DivClassName
{
background-color: #927A5D;
}
.BgClassName
{
background-color: #927A5D;
}
</style>
border-color css
<style>
span { border-color: #927A5D; }
span { border-color: rgb(146,122,93); }
td.TdClassName
{
border-color: #927A5D;
}
.TagClassName
{
border-color: #927A5D;
}
</style>