Shades of Pale Brown #927752
Tints of Pale Brown #927752
RGB
CMYK
RGB Variations
Color information
#927752 (or 0x927752) is known color: Pale Brown. HEX triplet: 92, 77 and 52. RGB value is (146,119,82). Sum of RGB (Red+Green+Blue) = 146+119+82=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 146 - color contains mainly: red. Hex color #927752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927752 is #6D88AD. Grayscale: #7B7B7B. Windows color (decimal): -7178414 or 5404562. OLE color: 5404562.
HSL color Cylindrical-coordinate representation of color #927752: hue angle of 34.69º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #927752 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 119 | 82 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.43 |
| HSL | 34.69º | 0.28% | 0.45% | - |
| HSV(B) | 34.69º | 0.44% | 0.57% | - |
| XYZ | 19.97 | 19.91 | 10.77 | - |
| YUV | 122.86 | 104.95 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 119 | 82 | 0 | 0.18 | 0.44 | 0.43 | 34.69 | 0.28 | 0.45 |
| Hex | 92 | 77 | 52 | 0 | 12 | 2C | 2B | 23 | 1C | 2D |
| Octal | 222 | 167 | 122 | 0 | 22 | 54 | 53 | 43 | 34 | 55 |
| Binary | 10010010 | 1110111 | 1010010 | 0 | 10010 | 101100 | 101011 | 100011 | 11100 | 101101 |
Color Harmonies of #927752
Complementary color
Monochromatic Colors of #927752
Black with #927752
Text Example
Text Example
White with #927752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927752; }
p { color: rgb(146,119,82); }
H1.HeaderClassName
{
color: #927752;
}
.AnyTagClassName
{
color: #927752;
}
</style>
background-color css
<style>
a { background-color: #927752; }
a { background-color: rgb(146,119,82); }
div.DivClassName
{
background-color: #927752;
}
.BgClassName
{
background-color: #927752;
}
</style>
border-color css
<style>
span { border-color: #927752; }
span { border-color: rgb(146,119,82); }
td.TdClassName
{
border-color: #927752;
}
.TagClassName
{
border-color: #927752;
}
</style>