Shades of Pale Brown #92765B
Tints of Pale Brown #92765B
RGB
CMYK
RGB Variations
Color information
#92765B (or 0x92765B) is known color: Pale Brown. HEX triplet: 92, 76 and 5B. RGB value is (146,118,91). Sum of RGB (Red+Green+Blue) = 146+118+91=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #92765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92765B is #6D89A4. Grayscale: #7B7B7B. Windows color (decimal): -7178661 or 5994130. OLE color: 5994130.
HSL color Cylindrical-coordinate representation of color #92765B: hue angle of 29.45º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92765B is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 118 | 91 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.43 |
| HSL | 29.45º | 0.23% | 0.46% | - |
| HSV(B) | 29.45º | 0.38% | 0.57% | - |
| XYZ | 20.22 | 19.82 | 12.66 | - |
| YUV | 123.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 118 | 91 | 0 | 0.19 | 0.38 | 0.43 | 29.45 | 0.23 | 0.46 |
| Hex | 92 | 76 | 5B | 0 | 13 | 26 | 2B | 1D | 17 | 2E |
| Octal | 222 | 166 | 133 | 0 | 23 | 46 | 53 | 35 | 27 | 56 |
| Binary | 10010010 | 1110110 | 1011011 | 0 | 10011 | 100110 | 101011 | 11101 | 10111 | 101110 |
Color Harmonies of #92765B
Complementary color
Monochromatic Colors of #92765B
Black with #92765B
Text Example
Text Example
White with #92765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92765B; }
p { color: rgb(146,118,91); }
H1.HeaderClassName
{
color: #92765B;
}
.AnyTagClassName
{
color: #92765B;
}
</style>
background-color css
<style>
a { background-color: #92765B; }
a { background-color: rgb(146,118,91); }
div.DivClassName
{
background-color: #92765B;
}
.BgClassName
{
background-color: #92765B;
}
</style>
border-color css
<style>
span { border-color: #92765B; }
span { border-color: rgb(146,118,91); }
td.TdClassName
{
border-color: #92765B;
}
.TagClassName
{
border-color: #92765B;
}
</style>