Shades of Pale Brown #927B5C
Tints of Pale Brown #927B5C
RGB
CMYK
RGB Variations
Color information
#927B5C (or 0x927B5C) is known color: Pale Brown. HEX triplet: 92, 7B and 5C. RGB value is (146,123,92). Sum of RGB (Red+Green+Blue) = 146+123+92=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 146 - color contains mainly: red. Hex color #927B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927B5C is #6D84A3. Grayscale: #7E7E7E. Windows color (decimal): -7177380 or 6060946. OLE color: 6060946.
HSL color Cylindrical-coordinate representation of color #927B5C: hue angle of 34.44º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #927B5C is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 123 | 92 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.43 |
| HSL | 34.44º | 0.23% | 0.47% | - |
| HSV(B) | 34.44º | 0.37% | 0.57% | - |
| XYZ | 20.87 | 21.05 | 13.09 | - |
| YUV | 126.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 92 | 0 | 0.16 | 0.37 | 0.43 | 34.44 | 0.23 | 0.47 |
| Hex | 92 | 7B | 5C | 0 | 10 | 25 | 2B | 22 | 17 | 2F |
| Octal | 222 | 173 | 134 | 0 | 20 | 45 | 53 | 42 | 27 | 57 |
| Binary | 10010010 | 1111011 | 1011100 | 0 | 10000 | 100101 | 101011 | 100010 | 10111 | 101111 |
Color Harmonies of #927B5C
Complementary color
Monochromatic Colors of #927B5C
Black with #927B5C
Text Example
Text Example
White with #927B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B5C; }
p { color: rgb(146,123,92); }
H1.HeaderClassName
{
color: #927B5C;
}
.AnyTagClassName
{
color: #927B5C;
}
</style>
background-color css
<style>
a { background-color: #927B5C; }
a { background-color: rgb(146,123,92); }
div.DivClassName
{
background-color: #927B5C;
}
.BgClassName
{
background-color: #927B5C;
}
</style>
border-color css
<style>
span { border-color: #927B5C; }
span { border-color: rgb(146,123,92); }
td.TdClassName
{
border-color: #927B5C;
}
.TagClassName
{
border-color: #927B5C;
}
</style>