#90811E

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

Shades of Lemon Ginger #90811E

Tints of Lemon Ginger #90811E

Color information

#90811E (or 0x90811E) is unknown color: approx Lemon Ginger. HEX triplet: 90, 81 and 1E. RGB value is (144,129,30). Sum of RGB (Red+Green+Blue) = 144+129+30=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 144 - color contains mainly: red. Hex color #90811E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90811E is #6F7EE1. Grayscale: #7A7A7A. Windows color (decimal): -7306978 or 1999248. OLE color: 1999248.

HSL color Cylindrical-coordinate representation of color #90811E: hue angle of 52.11º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90811E is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB14412930-
CMYK00.100.790.44
HSL52.11º65.52%34.12%-
HSV(B)52.11º79.17%56.47%-
XYZ19.5921.724.39-
YUV122.275.97143.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.52%
GREEN value IS 129 (50.78% from 255) = 42.57%
BLUE value IS 30 (12.11% from 255) = 9.90%
R=47.52%
G=42.57%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441293000.100.790.4452.1165.5234.12
Hex90811E0A4F2C344222
Octal22020136012117546410242
Binary1001000010000001111100101010011111011001101001000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90811E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,129,30); }

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

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

 a { background-color: rgb(144,129,30); }

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

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

 span { border-color: rgb(144,129,30); }

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