#94821A

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

Shades of Lemon Ginger #94821A

Tints of Lemon Ginger #94821A

Color information

#94821A (or 0x94821A) is unknown color: approx Lemon Ginger. HEX triplet: 94, 82 and 1A. RGB value is (148,130,26). Sum of RGB (Red+Green+Blue) = 148+130+26=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #94821A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94821A is #6B7DE5. Grayscale: #7B7B7B. Windows color (decimal): -7044582 or 1737364. OLE color: 1737364.

HSL color Cylindrical-coordinate representation of color #94821A: hue angle of 51.15º degrees, saturation: 0.7, 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 #94821A is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB14813026-
CMYK00.120.820.42
HSL51.15º70.11%34.12%-
HSV(B)51.15º82.43%58.04%-
XYZ20.3822.344.21-
YUV123.5372.96145.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.68%
GREEN value IS 130 (51.17% from 255) = 42.76%
BLUE value IS 26 (10.55% from 255) = 8.55%
R=48.68%
G=42.76%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481302600.120.820.4251.1570.1134.12
Hex94821A0C522A334622
Octal22420232014122526310642
Binary1001010010000010110100110010100101010101100111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94821A; }

 p { color: rgb(148,130,26); }

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

<style>
 a { background-color: #94821A; }

 a { background-color: rgb(148,130,26); }

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

<style>
 span { border-color: #94821A; }

 span { border-color: rgb(148,130,26); }

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