Shades of Pale Brown #927450
Tints of Pale Brown #927450
RGB
CMYK
RGB Variations
Color information
#927450 (or 0x927450) is known color: Pale Brown. HEX triplet: 92, 74 and 50. RGB value is (146,116,80). Sum of RGB (Red+Green+Blue) = 146+116+80=342 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.69% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 146 - color contains mainly: red. Hex color #927450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927450 is #6D8BAF. Grayscale: #797979. Windows color (decimal): -7179184 or 5272722. OLE color: 5272722.
HSL color Cylindrical-coordinate representation of color #927450: hue angle of 32.73º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #927450 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 116 | 80 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.43 |
| HSL | 32.73º | 0.29% | 0.44% | - |
| HSV(B) | 32.73º | 0.45% | 0.57% | - |
| XYZ | 19.55 | 19.18 | 10.26 | - |
| YUV | 120.87 | 104.94 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 116 | 80 | 0 | 0.21 | 0.45 | 0.43 | 32.73 | 0.29 | 0.44 |
| Hex | 92 | 74 | 50 | 0 | 15 | 2D | 2B | 21 | 1D | 2C |
| Octal | 222 | 164 | 120 | 0 | 25 | 55 | 53 | 41 | 35 | 54 |
| Binary | 10010010 | 1110100 | 1010000 | 0 | 10101 | 101101 | 101011 | 100001 | 11101 | 101100 |
Color Harmonies of #927450
Complementary color
Monochromatic Colors of #927450
Black with #927450
Text Example
Text Example
White with #927450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927450; }
p { color: rgb(146,116,80); }
H1.HeaderClassName
{
color: #927450;
}
.AnyTagClassName
{
color: #927450;
}
</style>
background-color css
<style>
a { background-color: #927450; }
a { background-color: rgb(146,116,80); }
div.DivClassName
{
background-color: #927450;
}
.BgClassName
{
background-color: #927450;
}
</style>
border-color css
<style>
span { border-color: #927450; }
span { border-color: rgb(146,116,80); }
td.TdClassName
{
border-color: #927450;
}
.TagClassName
{
border-color: #927450;
}
</style>