Shades of Pale Brown #927849
Tints of Pale Brown #927849
RGB
CMYK
RGB Variations
Color information
#927849 (or 0x927849) is known color: Pale Brown. HEX triplet: 92, 78 and 49. RGB value is (146,120,73). Sum of RGB (Red+Green+Blue) = 146+120+73=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 146 - color contains mainly: red. Hex color #927849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927849 is #6D87B6. Grayscale: #7A7A7A. Windows color (decimal): -7178167 or 4814994. OLE color: 4814994.
HSL color Cylindrical-coordinate representation of color #927849: hue angle of 38.63º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #927849 is Cyan = 0, Magento = 0.18, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 120 | 73 | - |
| CMYK | 0 | 0.18 | 0.5 | 0.43 |
| HSL | 38.63º | 0.33% | 0.43% | - |
| HSV(B) | 38.63º | 0.5% | 0.57% | - |
| XYZ | 19.77 | 20.02 | 9.13 | - |
| YUV | 122.42 | 100.11 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 120 | 73 | 0 | 0.18 | 0.5 | 0.43 | 38.63 | 0.33 | 0.43 |
| Hex | 92 | 78 | 49 | 0 | 12 | 32 | 2B | 27 | 21 | 2B |
| Octal | 222 | 170 | 111 | 0 | 22 | 62 | 53 | 47 | 41 | 53 |
| Binary | 10010010 | 1111000 | 1001001 | 0 | 10010 | 110010 | 101011 | 100111 | 100001 | 101011 |
Color Harmonies of #927849
Complementary color
Monochromatic Colors of #927849
Black with #927849
Text Example
Text Example
White with #927849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927849; }
p { color: rgb(146,120,73); }
H1.HeaderClassName
{
color: #927849;
}
.AnyTagClassName
{
color: #927849;
}
</style>
background-color css
<style>
a { background-color: #927849; }
a { background-color: rgb(146,120,73); }
div.DivClassName
{
background-color: #927849;
}
.BgClassName
{
background-color: #927849;
}
</style>
border-color css
<style>
span { border-color: #927849; }
span { border-color: rgb(146,120,73); }
td.TdClassName
{
border-color: #927849;
}
.TagClassName
{
border-color: #927849;
}
</style>