#94892B

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

Shades of Lemon Ginger #94892B

Tints of Lemon Ginger #94892B

Color information

#94892B (or 0x94892B) is unknown color: approx Lemon Ginger. HEX triplet: 94, 89 and 2B. RGB value is (148,137,43). Sum of RGB (Red+Green+Blue) = 148+137+43=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #94892B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94892B is #6B76D4. Grayscale: #818181. Windows color (decimal): -7042773 or 2853268. OLE color: 2853268.

HSL color Cylindrical-coordinate representation of color #94892B: hue angle of 53.71º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94892B is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB14813743-
CMYK00.070.710.42
HSL53.71º54.97%37.45%-
HSV(B)53.71º70.95%58.04%-
XYZ21.5924.365.85-
YUV129.5779.14141.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.12%
GREEN value IS 137 (53.91% from 255) = 41.77%
BLUE value IS 43 (17.19% from 255) = 13.11%
R=45.12%
G=41.77%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481374300.070.710.4253.7154.9737.45
Hex94892B07472A363725
Octal224211530710752666745
Binary100101001000100110101101111000111101010110110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94892B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,137,43); }

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

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

 a { background-color: rgb(148,137,43); }

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

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

 span { border-color: rgb(148,137,43); }

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