Shades of Pale Brown #92785E
Tints of Pale Brown #92785E
RGB
CMYK
RGB Variations
Color information
#92785E (or 0x92785E) is known color: Pale Brown. HEX triplet: 92, 78 and 5E. RGB value is (146,120,94). Sum of RGB (Red+Green+Blue) = 146+120+94=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 146 - color contains mainly: red. Hex color #92785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92785E is #6D87A1. Grayscale: #7C7C7C. Windows color (decimal): -7178146 or 6191250. OLE color: 6191250.
HSL color Cylindrical-coordinate representation of color #92785E: hue angle of 30º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92785E is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 120 | 94 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.43 |
| HSL | 30º | 0.22% | 0.47% | - |
| HSV(B) | 30º | 0.36% | 0.57% | - |
| XYZ | 20.59 | 20.35 | 13.43 | - |
| YUV | 124.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 120 | 94 | 0 | 0.18 | 0.36 | 0.43 | 30 | 0.22 | 0.47 |
| Hex | 92 | 78 | 5E | 0 | 12 | 24 | 2B | 1E | 16 | 2F |
| Octal | 222 | 170 | 136 | 0 | 22 | 44 | 53 | 36 | 26 | 57 |
| Binary | 10010010 | 1111000 | 1011110 | 0 | 10010 | 100100 | 101011 | 11110 | 10110 | 101111 |
Color Harmonies of #92785E
Complementary color
Monochromatic Colors of #92785E
Black with #92785E
Text Example
Text Example
White with #92785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92785E; }
p { color: rgb(146,120,94); }
H1.HeaderClassName
{
color: #92785E;
}
.AnyTagClassName
{
color: #92785E;
}
</style>
background-color css
<style>
a { background-color: #92785E; }
a { background-color: rgb(146,120,94); }
div.DivClassName
{
background-color: #92785E;
}
.BgClassName
{
background-color: #92785E;
}
</style>
border-color css
<style>
span { border-color: #92785E; }
span { border-color: rgb(146,120,94); }
td.TdClassName
{
border-color: #92785E;
}
.TagClassName
{
border-color: #92785E;
}
</style>