#94881E

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

Shades of Lemon Ginger #94881E

Tints of Lemon Ginger #94881E

Color information

#94881E (or 0x94881E) is unknown color: approx Lemon Ginger. HEX triplet: 94, 88 and 1E. RGB value is (148,136,30). Sum of RGB (Red+Green+Blue) = 148+136+30=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #94881E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94881E is #6B77E1. Grayscale: #7F7F7F. Windows color (decimal): -7043042 or 2001044. OLE color: 2001044.

HSL color Cylindrical-coordinate representation of color #94881E: hue angle of 53.9º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94881E is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB14813630-
CMYK00.080.800.42
HSL53.9º66.29%34.9%-
HSV(B)53.9º79.73%58.04%-
XYZ21.25244.74-
YUV127.572.98142.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.13%
GREEN value IS 136 (53.52% from 255) = 43.31%
BLUE value IS 30 (12.11% from 255) = 9.55%
R=47.13%
G=43.31%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481363000.080.800.4253.966.2934.9
Hex94881E08502A364223
Octal22421036010120526610243
Binary1001010010001000111100100010100001010101101101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94881E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94881E; }

 p { color: rgb(148,136,30); }

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

<style>
 a { background-color: #94881E; }

 a { background-color: rgb(148,136,30); }

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

<style>
 span { border-color: #94881E; }

 span { border-color: rgb(148,136,30); }

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