Shades of Lemon Ginger #897B2B
Tints of Lemon Ginger #897B2B
RGB
CMYK
RGB Variations
Color information
#897B2B (or 0x897B2B) is known color: Lemon Ginger. HEX triplet: 89, 7B and 2B. RGB value is (137,123,43). Sum of RGB (Red+Green+Blue) = 137+123+43=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #897B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897B2B is #7684D4. Grayscale: #767676. Windows color (decimal): -7767253 or 2849673. OLE color: 2849673.
HSL color Cylindrical-coordinate representation of color #897B2B: hue angle of 51.06º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #897B2B is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 123 | 43 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.46 |
| HSL | 51.06º | 0.52% | 0.35% | - |
| HSV(B) | 51.06º | 0.69% | 0.54% | - |
| XYZ | 17.84 | 19.66 | 5.14 | - |
| YUV | 118.07 | 85.64 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 43 | 0 | 0.10 | 0.69 | 0.46 | 51.06 | 0.52 | 0.35 |
| Hex | 89 | 7B | 2B | 0 | A | 45 | 2E | 33 | 34 | 23 |
| Octal | 211 | 173 | 53 | 0 | 12 | 105 | 56 | 63 | 64 | 43 |
| Binary | 10001001 | 1111011 | 101011 | 0 | 1010 | 1000101 | 101110 | 110011 | 110100 | 100011 |
Color Harmonies of #897B2B
Complementary color
Monochromatic Colors of #897B2B
Black with #897B2B
Text Example
Text Example
White with #897B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897B2B; }
p { color: rgb(137,123,43); }
H1.HeaderClassName
{
color: #897B2B;
}
.AnyTagClassName
{
color: #897B2B;
}
</style>
background-color css
<style>
a { background-color: #897B2B; }
a { background-color: rgb(137,123,43); }
div.DivClassName
{
background-color: #897B2B;
}
.BgClassName
{
background-color: #897B2B;
}
</style>
border-color css
<style>
span { border-color: #897B2B; }
span { border-color: rgb(137,123,43); }
td.TdClassName
{
border-color: #897B2B;
}
.TagClassName
{
border-color: #897B2B;
}
</style>