Shades of Pale Brown #92704D
Tints of Pale Brown #92704D
RGB
CMYK
RGB Variations
Color information
#92704D (or 0x92704D) is known color: Pale Brown. HEX triplet: 92, 70 and 4D. RGB value is (146,112,77). Sum of RGB (Red+Green+Blue) = 146+112+77=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 146 - color contains mainly: red. Hex color #92704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92704D is #6D8FB2. Grayscale: #767676. Windows color (decimal): -7180211 or 5075090. OLE color: 5075090.
HSL color Cylindrical-coordinate representation of color #92704D: hue angle of 30.43º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #92704D is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 112 | 77 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.43 |
| HSL | 30.43º | 0.31% | 0.44% | - |
| HSV(B) | 30.43º | 0.47% | 0.57% | - |
| XYZ | 18.99 | 18.24 | 9.54 | - |
| YUV | 118.18 | 104.76 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 112 | 77 | 0 | 0.23 | 0.47 | 0.43 | 30.43 | 0.31 | 0.44 |
| Hex | 92 | 70 | 4D | 0 | 17 | 2F | 2B | 1E | 1F | 2C |
| Octal | 222 | 160 | 115 | 0 | 27 | 57 | 53 | 36 | 37 | 54 |
| Binary | 10010010 | 1110000 | 1001101 | 0 | 10111 | 101111 | 101011 | 11110 | 11111 | 101100 |
Color Harmonies of #92704D
Complementary color
Monochromatic Colors of #92704D
Black with #92704D
Text Example
Text Example
White with #92704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92704D; }
p { color: rgb(146,112,77); }
H1.HeaderClassName
{
color: #92704D;
}
.AnyTagClassName
{
color: #92704D;
}
</style>
background-color css
<style>
a { background-color: #92704D; }
a { background-color: rgb(146,112,77); }
div.DivClassName
{
background-color: #92704D;
}
.BgClassName
{
background-color: #92704D;
}
</style>
border-color css
<style>
span { border-color: #92704D; }
span { border-color: rgb(146,112,77); }
td.TdClassName
{
border-color: #92704D;
}
.TagClassName
{
border-color: #92704D;
}
</style>