Shades of Lemon Ginger #94811F
Tints of Lemon Ginger #94811F
RGB
CMYK
RGB Variations
Color information
#94811F (or 0x94811F) is known color: Lemon Ginger. HEX triplet: 94, 81 and 1F. RGB value is (148,129,31). Sum of RGB (Red+Green+Blue) = 148+129+31=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #94811F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94811F is #6B7EE0. Grayscale: #7B7B7B. Windows color (decimal): -7044833 or 2064788. OLE color: 2064788.
HSL color Cylindrical-coordinate representation of color #94811F: hue angle of 50.26º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #94811F is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 129 | 31 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.42 |
| HSL | 50.26º | 0.65% | 0.35% | - |
| HSV(B) | 50.26º | 0.79% | 0.58% | - |
| XYZ | 20.31 | 22.1 | 4.49 | - |
| YUV | 123.51 | 75.79 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 129 | 31 | 0 | 0.13 | 0.79 | 0.42 | 50.26 | 0.65 | 0.35 |
| Hex | 94 | 81 | 1F | 0 | D | 4F | 2A | 32 | 41 | 23 |
| Octal | 224 | 201 | 37 | 0 | 15 | 117 | 52 | 62 | 101 | 43 |
| Binary | 10010100 | 10000001 | 11111 | 0 | 1101 | 1001111 | 101010 | 110010 | 1000001 | 100011 |
Color Harmonies of #94811F
Complementary color
Monochromatic Colors of #94811F
Black with #94811F
Text Example
Text Example
White with #94811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94811F; }
p { color: rgb(148,129,31); }
H1.HeaderClassName
{
color: #94811F;
}
.AnyTagClassName
{
color: #94811F;
}
</style>
background-color css
<style>
a { background-color: #94811F; }
a { background-color: rgb(148,129,31); }
div.DivClassName
{
background-color: #94811F;
}
.BgClassName
{
background-color: #94811F;
}
</style>
border-color css
<style>
span { border-color: #94811F; }
span { border-color: rgb(148,129,31); }
td.TdClassName
{
border-color: #94811F;
}
.TagClassName
{
border-color: #94811F;
}
</style>