#94841C

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

Shades of Lemon Ginger #94841C

Tints of Lemon Ginger #94841C

Color information

#94841C (or 0x94841C) is unknown color: approx Lemon Ginger. HEX triplet: 94, 84 and 1C. RGB value is (148,132,28). Sum of RGB (Red+Green+Blue) = 148+132+28=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #94841C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94841C is #6B7BE3. Grayscale: #7D7D7D. Windows color (decimal): -7044068 or 1868948. OLE color: 1868948.

HSL color Cylindrical-coordinate representation of color #94841C: hue angle of 52º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94841C is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB14813228-
CMYK00.110.810.42
HSL52º68.18%34.51%-
HSV(B)52º81.08%58.04%-
XYZ20.6722.884.43-
YUV124.9373.3144.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.05%
GREEN value IS 132 (51.95% from 255) = 42.86%
BLUE value IS 28 (11.33% from 255) = 9.09%
R=48.05%
G=42.86%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481322800.110.810.425268.1834.51
Hex94841C0B512A344423
Octal22420434013121526410443
Binary1001010010000100111000101110100011010101101001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94841C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94841C; }

 p { color: rgb(148,132,28); }

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

<style>
 a { background-color: #94841C; }

 a { background-color: rgb(148,132,28); }

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

<style>
 span { border-color: #94841C; }

 span { border-color: rgb(148,132,28); }

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