#90822B

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

Shades of Lemon Ginger #90822B

Tints of Lemon Ginger #90822B

Color information

#90822B (or 0x90822B) is unknown color: approx Lemon Ginger. HEX triplet: 90, 82 and 2B. RGB value is (144,130,43). Sum of RGB (Red+Green+Blue) = 144+130+43=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 144 - color contains mainly: red. Hex color #90822B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90822B is #6F7DD4. Grayscale: #7C7C7C. Windows color (decimal): -7306709 or 2851472. OLE color: 2851472.

HSL color Cylindrical-coordinate representation of color #90822B: hue angle of 51.68º 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 #90822B is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB14413043-
CMYK00.100.700.44
HSL51.68º54.01%36.67%-
HSV(B)51.68º70.14%56.47%-
XYZ19.9222.075.5-
YUV124.2782.14142.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.43%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 43 (17.19% from 255) = 13.56%
R=45.43%
G=41.01%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441304300.100.700.4451.6854.0136.67
Hex90822B0A462C343625
Octal2202025301210654646645
Binary1001000010000010101011010101000110101100110100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90822B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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