Shades of Pale Brown #927B58
Tints of Pale Brown #927B58
RGB
CMYK
RGB Variations
Color information
#927B58 (or 0x927B58) is known color: Pale Brown. HEX triplet: 92, 7B and 58. RGB value is (146,123,88). Sum of RGB (Red+Green+Blue) = 146+123+88=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 146 - color contains mainly: red. Hex color #927B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927B58 is #6D84A7. Grayscale: #7E7E7E. Windows color (decimal): -7177384 or 5798802. OLE color: 5798802.
HSL color Cylindrical-coordinate representation of color #927B58: hue angle of 36.21º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #927B58 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 123 | 88 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.43 |
| HSL | 36.21º | 0.25% | 0.46% | - |
| HSV(B) | 36.21º | 0.4% | 0.57% | - |
| XYZ | 20.7 | 20.98 | 12.19 | - |
| YUV | 125.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 88 | 0 | 0.16 | 0.40 | 0.43 | 36.21 | 0.25 | 0.46 |
| Hex | 92 | 7B | 58 | 0 | 10 | 28 | 2B | 24 | 19 | 2E |
| Octal | 222 | 173 | 130 | 0 | 20 | 50 | 53 | 44 | 31 | 56 |
| Binary | 10010010 | 1111011 | 1011000 | 0 | 10000 | 101000 | 101011 | 100100 | 11001 | 101110 |
Color Harmonies of #927B58
Complementary color
Monochromatic Colors of #927B58
Black with #927B58
Text Example
Text Example
White with #927B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B58; }
p { color: rgb(146,123,88); }
H1.HeaderClassName
{
color: #927B58;
}
.AnyTagClassName
{
color: #927B58;
}
</style>
background-color css
<style>
a { background-color: #927B58; }
a { background-color: rgb(146,123,88); }
div.DivClassName
{
background-color: #927B58;
}
.BgClassName
{
background-color: #927B58;
}
</style>
border-color css
<style>
span { border-color: #927B58; }
span { border-color: rgb(146,123,88); }
td.TdClassName
{
border-color: #927B58;
}
.TagClassName
{
border-color: #927B58;
}
</style>