Shades of Pale Brown #927957
Tints of Pale Brown #927957
RGB
CMYK
RGB Variations
Color information
#927957 (or 0x927957) is known color: Pale Brown. HEX triplet: 92, 79 and 57. RGB value is (146,121,87). Sum of RGB (Red+Green+Blue) = 146+121+87=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 146 - color contains mainly: red. Hex color #927957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927957 is #6D86A8. Grayscale: #7C7C7C. Windows color (decimal): -7177897 or 5732754. OLE color: 5732754.
HSL color Cylindrical-coordinate representation of color #927957: hue angle of 34.58º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #927957 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 121 | 87 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.43 |
| HSL | 34.58º | 0.25% | 0.46% | - |
| HSV(B) | 34.58º | 0.4% | 0.57% | - |
| XYZ | 20.41 | 20.47 | 11.89 | - |
| YUV | 124.6 | 106.78 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 121 | 87 | 0 | 0.17 | 0.40 | 0.43 | 34.58 | 0.25 | 0.46 |
| Hex | 92 | 79 | 57 | 0 | 11 | 28 | 2B | 23 | 19 | 2E |
| Octal | 222 | 171 | 127 | 0 | 21 | 50 | 53 | 43 | 31 | 56 |
| Binary | 10010010 | 1111001 | 1010111 | 0 | 10001 | 101000 | 101011 | 100011 | 11001 | 101110 |
Color Harmonies of #927957
Complementary color
Monochromatic Colors of #927957
Black with #927957
Text Example
Text Example
White with #927957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927957; }
p { color: rgb(146,121,87); }
H1.HeaderClassName
{
color: #927957;
}
.AnyTagClassName
{
color: #927957;
}
</style>
background-color css
<style>
a { background-color: #927957; }
a { background-color: rgb(146,121,87); }
div.DivClassName
{
background-color: #927957;
}
.BgClassName
{
background-color: #927957;
}
</style>
border-color css
<style>
span { border-color: #927957; }
span { border-color: rgb(146,121,87); }
td.TdClassName
{
border-color: #927957;
}
.TagClassName
{
border-color: #927957;
}
</style>