Shades of Pale Brown #927155
Tints of Pale Brown #927155
RGB
CMYK
RGB Variations
Color information
#927155 (or 0x927155) is known color: Pale Brown. HEX triplet: 92, 71 and 55. RGB value is (146,113,85). Sum of RGB (Red+Green+Blue) = 146+113+85=344 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.44% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 146 - color contains mainly: red. Hex color #927155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927155 is #6D8EAA. Grayscale: #777777. Windows color (decimal): -7179947 or 5599634. OLE color: 5599634.
HSL color Cylindrical-coordinate representation of color #927155: hue angle of 27.54º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #927155 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 113 | 85 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.43 |
| HSL | 27.54º | 0.26% | 0.45% | - |
| HSV(B) | 27.54º | 0.42% | 0.57% | - |
| XYZ | 19.4 | 18.58 | 11.16 | - |
| YUV | 119.68 | 108.43 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 113 | 85 | 0 | 0.23 | 0.42 | 0.43 | 27.54 | 0.26 | 0.45 |
| Hex | 92 | 71 | 55 | 0 | 17 | 2A | 2B | 1C | 1A | 2D |
| Octal | 222 | 161 | 125 | 0 | 27 | 52 | 53 | 34 | 32 | 55 |
| Binary | 10010010 | 1110001 | 1010101 | 0 | 10111 | 101010 | 101011 | 11100 | 11010 | 101101 |
Color Harmonies of #927155
Complementary color
Monochromatic Colors of #927155
Black with #927155
Text Example
Text Example
White with #927155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927155; }
p { color: rgb(146,113,85); }
H1.HeaderClassName
{
color: #927155;
}
.AnyTagClassName
{
color: #927155;
}
</style>
background-color css
<style>
a { background-color: #927155; }
a { background-color: rgb(146,113,85); }
div.DivClassName
{
background-color: #927155;
}
.BgClassName
{
background-color: #927155;
}
</style>
border-color css
<style>
span { border-color: #927155; }
span { border-color: rgb(146,113,85); }
td.TdClassName
{
border-color: #927155;
}
.TagClassName
{
border-color: #927155;
}
</style>