Shades of Pale Brown #927256
Tints of Pale Brown #927256
RGB
CMYK
RGB Variations
Color information
#927256 (or 0x927256) is known color: Pale Brown. HEX triplet: 92, 72 and 56. RGB value is (146,114,86). Sum of RGB (Red+Green+Blue) = 146+114+86=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #927256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927256 is #6D8DA9. Grayscale: #787878. Windows color (decimal): -7179690 or 5665426. OLE color: 5665426.
HSL color Cylindrical-coordinate representation of color #927256: hue angle of 28º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #927256 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 114 | 86 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.43 |
| HSL | 28º | 0.26% | 0.45% | - |
| HSV(B) | 28º | 0.41% | 0.57% | - |
| XYZ | 19.55 | 18.82 | 11.41 | - |
| YUV | 120.38 | 108.6 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 114 | 86 | 0 | 0.22 | 0.41 | 0.43 | 28 | 0.26 | 0.45 |
| Hex | 92 | 72 | 56 | 0 | 16 | 29 | 2B | 1C | 1A | 2D |
| Octal | 222 | 162 | 126 | 0 | 26 | 51 | 53 | 34 | 32 | 55 |
| Binary | 10010010 | 1110010 | 1010110 | 0 | 10110 | 101001 | 101011 | 11100 | 11010 | 101101 |
Color Harmonies of #927256
Complementary color
Monochromatic Colors of #927256
Black with #927256
Text Example
Text Example
White with #927256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927256; }
p { color: rgb(146,114,86); }
H1.HeaderClassName
{
color: #927256;
}
.AnyTagClassName
{
color: #927256;
}
</style>
background-color css
<style>
a { background-color: #927256; }
a { background-color: rgb(146,114,86); }
div.DivClassName
{
background-color: #927256;
}
.BgClassName
{
background-color: #927256;
}
</style>
border-color css
<style>
span { border-color: #927256; }
span { border-color: rgb(146,114,86); }
td.TdClassName
{
border-color: #927256;
}
.TagClassName
{
border-color: #927256;
}
</style>