#90802E

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

Shades of Lemon Ginger #90802E

Tints of Lemon Ginger #90802E

Color information

#90802E (or 0x90802E) is unknown color: approx Lemon Ginger. HEX triplet: 90, 80 and 2E. RGB value is (144,128,46). Sum of RGB (Red+Green+Blue) = 144+128+46=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #90802E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90802E is #6F7FD1. Grayscale: #7B7B7B. Windows color (decimal): -7307218 or 3047568. OLE color: 3047568.

HSL color Cylindrical-coordinate representation of color #90802E: hue angle of 50.2º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90802E is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB14412846-
CMYK00.110.680.44
HSL50.2º51.58%37.25%-
HSV(B)50.2º68.06%56.47%-
XYZ19.7121.565.71-
YUV123.4484.3142.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.28%
GREEN value IS 128 (50.39% from 255) = 40.25%
BLUE value IS 46 (18.36% from 255) = 14.47%
R=45.28%
G=40.25%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441284600.110.680.4450.251.5837.25
Hex90802E0B442C323425
Octal2202005601310454626445
Binary1001000010000000101110010111000100101100110010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90802E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,128,46); }

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

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

 a { background-color: rgb(144,128,46); }

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

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

 span { border-color: rgb(144,128,46); }

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