Shades of Lemon Ginger #95821B
Tints of Lemon Ginger #95821B
RGB
CMYK
RGB Variations
Color information
#95821B (or 0x95821B) is known color: Lemon Ginger. HEX triplet: 95, 82 and 1B. RGB value is (149,130,27). Sum of RGB (Red+Green+Blue) = 149+130+27=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #95821B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95821B is #6A7DE4. Grayscale: #7C7C7C. Windows color (decimal): -6979045 or 1802901. OLE color: 1802901.
HSL color Cylindrical-coordinate representation of color #95821B: hue angle of 50.66º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #95821B is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 130 | 27 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.42 |
| HSL | 50.66º | 0.69% | 0.35% | - |
| HSV(B) | 50.66º | 0.82% | 0.58% | - |
| XYZ | 20.57 | 22.43 | 4.28 | - |
| YUV | 123.94 | 73.29 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 27 | 0 | 0.13 | 0.82 | 0.42 | 50.66 | 0.69 | 0.35 |
| Hex | 95 | 82 | 1B | 0 | D | 52 | 2A | 33 | 45 | 23 |
| Octal | 225 | 202 | 33 | 0 | 15 | 122 | 52 | 63 | 105 | 43 |
| Binary | 10010101 | 10000010 | 11011 | 0 | 1101 | 1010010 | 101010 | 110011 | 1000101 | 100011 |
Color Harmonies of #95821B
Complementary color
Monochromatic Colors of #95821B
Black with #95821B
Text Example
Text Example
White with #95821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95821B; }
p { color: rgb(149,130,27); }
H1.HeaderClassName
{
color: #95821B;
}
.AnyTagClassName
{
color: #95821B;
}
</style>
background-color css
<style>
a { background-color: #95821B; }
a { background-color: rgb(149,130,27); }
div.DivClassName
{
background-color: #95821B;
}
.BgClassName
{
background-color: #95821B;
}
</style>
border-color css
<style>
span { border-color: #95821B; }
span { border-color: rgb(149,130,27); }
td.TdClassName
{
border-color: #95821B;
}
.TagClassName
{
border-color: #95821B;
}
</style>