#90802B

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

Shades of Lemon Ginger #90802B

Tints of Lemon Ginger #90802B

Color information

#90802B (or 0x90802B) is unknown color: approx Lemon Ginger. HEX triplet: 90, 80 and 2B. RGB value is (144,128,43). Sum of RGB (Red+Green+Blue) = 144+128+43=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #90802B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90802B is #6F7FD4. Grayscale: #7B7B7B. Windows color (decimal): -7307221 or 2850960. OLE color: 2850960.

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

Color convert

RGB14412843-
CMYK00.110.700.44
HSL50.5º54.01%36.67%-
HSV(B)50.5º70.14%56.47%-
XYZ19.6621.545.41-
YUV123.0982.8142.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.71%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 43 (17.19% from 255) = 13.65%
R=45.71%
G=40.63%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441284300.110.700.4450.554.0136.67
Hex90802B0B462C323625
Octal2202005301310654626645
Binary1001000010000000101011010111000110101100110010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90802B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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