Shades of Pale Brown #927B5B
Tints of Pale Brown #927B5B
RGB
CMYK
RGB Variations
Color information
#927B5B (or 0x927B5B) is known color: Pale Brown. HEX triplet: 92, 7B and 5B. RGB value is (146,123,91). Sum of RGB (Red+Green+Blue) = 146+123+91=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 146 - color contains mainly: red. Hex color #927B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927B5B is #6D84A4. Grayscale: #7E7E7E. Windows color (decimal): -7177381 or 5995410. OLE color: 5995410.
HSL color Cylindrical-coordinate representation of color #927B5B: hue angle of 34.91º 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 #927B5B is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 123 | 91 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.43 |
| HSL | 34.91º | 0.23% | 0.46% | - |
| HSV(B) | 34.91º | 0.38% | 0.57% | - |
| XYZ | 20.83 | 21.03 | 12.86 | - |
| YUV | 126.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 91 | 0 | 0.16 | 0.38 | 0.43 | 34.91 | 0.23 | 0.46 |
| Hex | 92 | 7B | 5B | 0 | 10 | 26 | 2B | 23 | 17 | 2E |
| Octal | 222 | 173 | 133 | 0 | 20 | 46 | 53 | 43 | 27 | 56 |
| Binary | 10010010 | 1111011 | 1011011 | 0 | 10000 | 100110 | 101011 | 100011 | 10111 | 101110 |
Color Harmonies of #927B5B
Complementary color
Monochromatic Colors of #927B5B
Black with #927B5B
Text Example
Text Example
White with #927B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B5B; }
p { color: rgb(146,123,91); }
H1.HeaderClassName
{
color: #927B5B;
}
.AnyTagClassName
{
color: #927B5B;
}
</style>
background-color css
<style>
a { background-color: #927B5B; }
a { background-color: rgb(146,123,91); }
div.DivClassName
{
background-color: #927B5B;
}
.BgClassName
{
background-color: #927B5B;
}
</style>
border-color css
<style>
span { border-color: #927B5B; }
span { border-color: rgb(146,123,91); }
td.TdClassName
{
border-color: #927B5B;
}
.TagClassName
{
border-color: #927B5B;
}
</style>