#908820

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

Shades of Lemon Ginger #908820

Tints of Lemon Ginger #908820

Color information

#908820 (or 0x908820) is unknown color: approx Lemon Ginger. HEX triplet: 90, 88 and 20. RGB value is (144,136,32). Sum of RGB (Red+Green+Blue) = 144+136+32=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 144 - color contains mainly: red. Hex color #908820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908820 is #6F77DF. Grayscale: #7E7E7E. Windows color (decimal): -7305184 or 2132112. OLE color: 2132112.

HSL color Cylindrical-coordinate representation of color #908820: hue angle of 55.71º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #908820 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB14413632-
CMYK00.060.780.44
HSL55.71º63.64%34.51%-
HSV(B)55.71º77.78%56.47%-
XYZ20.5723.644.85-
YUV126.5474.65140.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.15%
GREEN value IS 136 (53.52% from 255) = 43.59%
BLUE value IS 32 (12.89% from 255) = 10.26%
R=46.15%
G=43.59%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441363200.060.780.4455.7163.6434.51
Hex908820064E2C384023
Octal2202104006116547010043
Binary1001000010001000100000011010011101011001110001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908820; }

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

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

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

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

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

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

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

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