Shades of Pale Brown #927C5A
Tints of Pale Brown #927C5A
RGB
CMYK
RGB Variations
Color information
#927C5A (or 0x927C5A) is known color: Pale Brown. HEX triplet: 92, 7C and 5A. RGB value is (146,124,90). Sum of RGB (Red+Green+Blue) = 146+124+90=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 146 - color contains mainly: red. Hex color #927C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927C5A is #6D83A5. Grayscale: #7E7E7E. Windows color (decimal): -7177126 or 5930130. OLE color: 5930130.
HSL color Cylindrical-coordinate representation of color #927C5A: hue angle of 36.43º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #927C5A is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 90 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.43 |
| HSL | 36.43º | 0.24% | 0.46% | - |
| HSV(B) | 36.43º | 0.38% | 0.57% | - |
| XYZ | 20.91 | 21.26 | 12.68 | - |
| YUV | 126.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 90 | 0 | 0.15 | 0.38 | 0.43 | 36.43 | 0.24 | 0.46 |
| Hex | 92 | 7C | 5A | 0 | F | 26 | 2B | 24 | 18 | 2E |
| Octal | 222 | 174 | 132 | 0 | 17 | 46 | 53 | 44 | 30 | 56 |
| Binary | 10010010 | 1111100 | 1011010 | 0 | 1111 | 100110 | 101011 | 100100 | 11000 | 101110 |
Color Harmonies of #927C5A
Complementary color
Monochromatic Colors of #927C5A
Black with #927C5A
Text Example
Text Example
White with #927C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C5A; }
p { color: rgb(146,124,90); }
H1.HeaderClassName
{
color: #927C5A;
}
.AnyTagClassName
{
color: #927C5A;
}
</style>
background-color css
<style>
a { background-color: #927C5A; }
a { background-color: rgb(146,124,90); }
div.DivClassName
{
background-color: #927C5A;
}
.BgClassName
{
background-color: #927C5A;
}
</style>
border-color css
<style>
span { border-color: #927C5A; }
span { border-color: rgb(146,124,90); }
td.TdClassName
{
border-color: #927C5A;
}
.TagClassName
{
border-color: #927C5A;
}
</style>