#94891B

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

Shades of Lemon Ginger #94891B

Tints of Lemon Ginger #94891B

Color information

#94891B (or 0x94891B) is unknown color: approx Lemon Ginger. HEX triplet: 94, 89 and 1B. RGB value is (148,137,27). Sum of RGB (Red+Green+Blue) = 148+137+27=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #94891B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94891B is #6B76E4. Grayscale: #808080. Windows color (decimal): -7042789 or 1804692. OLE color: 1804692.

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

Color convert

RGB14813727-
CMYK00.070.820.42
HSL54.55º69.14%34.31%-
HSV(B)54.55º81.76%58.04%-
XYZ21.3624.274.6-
YUV127.7571.14142.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.44%
GREEN value IS 137 (53.91% from 255) = 43.91%
BLUE value IS 27 (10.94% from 255) = 8.65%
R=47.44%
G=43.91%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481372700.070.820.4254.5569.1434.31
Hex94891B07522A374522
Octal2242113307122526710542
Binary100101001000100111011011110100101010101101111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94891B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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