#94891e

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

Shades of Lemon Ginger #94891E

Tints of Lemon Ginger #94891E

Color information

#94891E (or 0x94891E) is unknown color: approx Lemon Ginger. HEX triplet: 94, 89 and 1E. RGB value is (148,137,30). Sum of RGB (Red+Green+Blue) = 148+137+30=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #94891E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94891E is #6B76E1. Grayscale: #808080. Windows color (decimal): -7042786 or 2001300. OLE color: 2001300.

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

Color convert

RGB14813730-
CMYK00.070.800.42
HSL54.41º66.29%34.9%-
HSV(B)54.41º79.73%58.04%-
XYZ21.3924.284.79-
YUV128.0972.64142.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.98%
GREEN value IS 137 (53.91% from 255) = 43.49%
BLUE value IS 30 (12.11% from 255) = 9.52%
R=46.98%
G=43.49%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481373000.070.800.4254.4166.2934.9
Hex94891E07502A364223
Octal2242113607120526610243
Binary100101001000100111110011110100001010101101101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94891e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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