#90882B

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

Shades of Lemon Ginger #90882B

Tints of Lemon Ginger #90882B

Color information

#90882B (or 0x90882B) is unknown color: approx Lemon Ginger. HEX triplet: 90, 88 and 2B. RGB value is (144,136,43). Sum of RGB (Red+Green+Blue) = 144+136+43=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 144 - color contains mainly: red. Hex color #90882B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90882B is #6F77D4. Grayscale: #808080. Windows color (decimal): -7305173 or 2853008. OLE color: 2853008.

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

Color convert

RGB14413643-
CMYK00.060.700.44
HSL55.25º54.01%36.67%-
HSV(B)55.25º70.14%56.47%-
XYZ20.7423.715.77-
YUV127.7980.15139.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.58%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 43 (17.19% from 255) = 13.31%
R=44.58%
G=42.11%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441364300.060.700.4455.2554.0136.67
Hex90882B06462C373625
Octal220210530610654676645
Binary100100001000100010101101101000110101100110111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90882B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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