#94862E

Color #94862E Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #94862E

Tints of Lemon Ginger #94862E

Color information

#94862E (or 0x94862E) is unknown color: approx Lemon Ginger. HEX triplet: 94, 86 and 2E. RGB value is (148,134,46). Sum of RGB (Red+Green+Blue) = 148+134+46=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #94862E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94862E is #6B79D1. Grayscale: #808080. Windows color (decimal): -7043538 or 3049108. OLE color: 3049108.

HSL color Cylindrical-coordinate representation of color #94862E: hue angle of 51.76º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94862E is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB14813446-
CMYK00.090.690.42
HSL51.76º52.58%38.04%-
HSV(B)51.76º68.92%58.04%-
XYZ21.2323.546.01-
YUV128.1581.64142.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 45.12%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 46 (18.36% from 255) = 14.02%
R=45.12%
G=40.85%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481344600.090.690.4251.7652.5838.04
Hex94862E09452A343526
Octal2242065601110552646546
Binary1001010010000110101110010011000101101010110100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94862E; }

 p { color: rgb(148,134,46); }

 H1.HeaderClassName
 {
   color: #94862E;
 }
 .AnyTagClassName
 {
   color: #94862E;
 }
</style>
background-color css

<style>
 a { background-color: #94862E; }

 a { background-color: rgb(148,134,46); }

 div.DivClassName
 {
   background-color: #94862E;
 }
 .BgClassName
 {
   background-color: #94862E;
 }
</style>
border-color css

<style>
 span { border-color: #94862E; }

 span { border-color: rgb(148,134,46); }

 td.TdClassName
 {
   border-color: #94862E;
 }
 .TagClassName
 {
   border-color: #94862E;
 }
</style>