Shades of Lemon Ginger #90852F
Tints of Lemon Ginger #90852F
RGB
CMYK
RGB Variations
Color information
#90852F (or 0x90852F) is known color: Lemon Ginger. HEX triplet: 90, 85 and 2F. RGB value is (144,133,47). Sum of RGB (Red+Green+Blue) = 144+133+47=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #90852F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90852F is #6F7AD0. Grayscale: #7E7E7E. Windows color (decimal): -7305937 or 3114384. OLE color: 3114384.
HSL color Cylindrical-coordinate representation of color #90852F: hue angle of 53.2º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90852F is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 133 | 47 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.44 |
| HSL | 53.2º | 0.51% | 0.37% | - |
| HSV(B) | 53.2º | 0.67% | 0.56% | - |
| XYZ | 20.4 | 22.91 | 6.04 | - |
| YUV | 126.49 | 83.14 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 47 | 0 | 0.08 | 0.67 | 0.44 | 53.2 | 0.51 | 0.37 |
| Hex | 90 | 85 | 2F | 0 | 8 | 43 | 2C | 35 | 33 | 25 |
| Octal | 220 | 205 | 57 | 0 | 10 | 103 | 54 | 65 | 63 | 45 |
| Binary | 10010000 | 10000101 | 101111 | 0 | 1000 | 1000011 | 101100 | 110101 | 110011 | 100101 |
Color Harmonies of #90852F
Complementary color
Monochromatic Colors of #90852F
Black with #90852F
Text Example
Text Example
White with #90852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90852F; }
p { color: rgb(144,133,47); }
H1.HeaderClassName
{
color: #90852F;
}
.AnyTagClassName
{
color: #90852F;
}
</style>
background-color css
<style>
a { background-color: #90852F; }
a { background-color: rgb(144,133,47); }
div.DivClassName
{
background-color: #90852F;
}
.BgClassName
{
background-color: #90852F;
}
</style>
border-color css
<style>
span { border-color: #90852F; }
span { border-color: rgb(144,133,47); }
td.TdClassName
{
border-color: #90852F;
}
.TagClassName
{
border-color: #90852F;
}
</style>