Shades of Pale Brown #92764F
Tints of Pale Brown #92764F
RGB
CMYK
RGB Variations
Color information
#92764F (or 0x92764F) is known color: Pale Brown. HEX triplet: 92, 76 and 4F. RGB value is (146,118,79). Sum of RGB (Red+Green+Blue) = 146+118+79=343 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.57% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 146 - color contains mainly: red. Hex color #92764F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92764F is #6D89B0. Grayscale: #7A7A7A. Windows color (decimal): -7178673 or 5207698. OLE color: 5207698.
HSL color Cylindrical-coordinate representation of color #92764F: hue angle of 34.93º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #92764F is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 118 | 79 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.43 |
| HSL | 34.93º | 0.3% | 0.44% | - |
| HSV(B) | 34.93º | 0.46% | 0.57% | - |
| XYZ | 19.74 | 19.63 | 10.15 | - |
| YUV | 121.93 | 103.78 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 118 | 79 | 0 | 0.19 | 0.46 | 0.43 | 34.93 | 0.3 | 0.44 |
| Hex | 92 | 76 | 4F | 0 | 13 | 2E | 2B | 23 | 1E | 2C |
| Octal | 222 | 166 | 117 | 0 | 23 | 56 | 53 | 43 | 36 | 54 |
| Binary | 10010010 | 1110110 | 1001111 | 0 | 10011 | 101110 | 101011 | 100011 | 11110 | 101100 |
Color Harmonies of #92764F
Complementary color
Monochromatic Colors of #92764F
Black with #92764F
Text Example
Text Example
White with #92764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92764F; }
p { color: rgb(146,118,79); }
H1.HeaderClassName
{
color: #92764F;
}
.AnyTagClassName
{
color: #92764F;
}
</style>
background-color css
<style>
a { background-color: #92764F; }
a { background-color: rgb(146,118,79); }
div.DivClassName
{
background-color: #92764F;
}
.BgClassName
{
background-color: #92764F;
}
</style>
border-color css
<style>
span { border-color: #92764F; }
span { border-color: rgb(146,118,79); }
td.TdClassName
{
border-color: #92764F;
}
.TagClassName
{
border-color: #92764F;
}
</style>