#94862A

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

Shades of Lemon Ginger #94862A

Tints of Lemon Ginger #94862A

Color information

#94862A (or 0x94862A) is unknown color: approx Lemon Ginger. HEX triplet: 94, 86 and 2A. RGB value is (148,134,42). Sum of RGB (Red+Green+Blue) = 148+134+42=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #94862A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94862A is #6B79D5. Grayscale: #808080. Windows color (decimal): -7043542 or 2786964. OLE color: 2786964.

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

Color convert

RGB14813442-
CMYK00.090.720.42
HSL52.08º55.79%37.25%-
HSV(B)52.08º71.62%58.04%-
XYZ21.1623.515.61-
YUV127.779.64142.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.68%
GREEN value IS 134 (52.73% from 255) = 41.36%
BLUE value IS 42 (16.80% from 255) = 12.96%
R=45.68%
G=41.36%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481344200.090.720.4252.0855.7937.25
Hex94862A09482A343825
Octal2242065201111052647045
Binary1001010010000110101010010011001000101010110100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94862A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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