#94841B

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

Shades of Lemon Ginger #94841B

Tints of Lemon Ginger #94841B

Color information

#94841B (or 0x94841B) is unknown color: approx Lemon Ginger. HEX triplet: 94, 84 and 1B. RGB value is (148,132,27). Sum of RGB (Red+Green+Blue) = 148+132+27=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #94841B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94841B is #6B7BE4. Grayscale: #7D7D7D. Windows color (decimal): -7044069 or 1803412. OLE color: 1803412.

HSL color Cylindrical-coordinate representation of color #94841B: hue angle of 52.07º degrees, saturation: 0.69, 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 #94841B is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB14813227-
CMYK00.110.820.42
HSL52.07º69.14%34.31%-
HSV(B)52.07º81.76%58.04%-
XYZ20.6622.884.36-
YUV124.8172.8144.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 132 (51.95% from 255) = 43.00%
BLUE value IS 27 (10.94% from 255) = 8.79%
R=48.21%
G=43.00%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481322700.110.820.4252.0769.1434.31
Hex94841B0B522A344522
Octal22420433013122526410542
Binary1001010010000100110110101110100101010101101001000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94841B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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