Shades of Lemon Ginger #93851B
Tints of Lemon Ginger #93851B
RGB
CMYK
RGB Variations
Color information
#93851B (or 0x93851B) is known color: Lemon Ginger. HEX triplet: 93, 85 and 1B. RGB value is (147,133,27). Sum of RGB (Red+Green+Blue) = 147+133+27=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #93851B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93851B is #6C7AE4. Grayscale: #7D7D7D. Windows color (decimal): -7109349 or 1803667. OLE color: 1803667.
HSL color Cylindrical-coordinate representation of color #93851B: hue angle of 53º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #93851B is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 133 | 27 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.42 |
| HSL | 53º | 0.69% | 0.34% | - |
| HSV(B) | 53º | 0.82% | 0.58% | - |
| XYZ | 20.62 | 23.06 | 4.4 | - |
| YUV | 125.1 | 72.64 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 133 | 27 | 0 | 0.10 | 0.82 | 0.42 | 53 | 0.69 | 0.34 |
| Hex | 93 | 85 | 1B | 0 | A | 52 | 2A | 35 | 45 | 22 |
| Octal | 223 | 205 | 33 | 0 | 12 | 122 | 52 | 65 | 105 | 42 |
| Binary | 10010011 | 10000101 | 11011 | 0 | 1010 | 1010010 | 101010 | 110101 | 1000101 | 100010 |
Color Harmonies of #93851B
Complementary color
Monochromatic Colors of #93851B
Black with #93851B
Text Example
Text Example
White with #93851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93851B; }
p { color: rgb(147,133,27); }
H1.HeaderClassName
{
color: #93851B;
}
.AnyTagClassName
{
color: #93851B;
}
</style>
background-color css
<style>
a { background-color: #93851B; }
a { background-color: rgb(147,133,27); }
div.DivClassName
{
background-color: #93851B;
}
.BgClassName
{
background-color: #93851B;
}
</style>
border-color css
<style>
span { border-color: #93851B; }
span { border-color: rgb(147,133,27); }
td.TdClassName
{
border-color: #93851B;
}
.TagClassName
{
border-color: #93851B;
}
</style>