#908131

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

Shades of Lemon Ginger #908131

Tints of Lemon Ginger #908131

Color information

#908131 (or 0x908131) is unknown color: approx Lemon Ginger. HEX triplet: 90, 81 and 31. RGB value is (144,129,49). Sum of RGB (Red+Green+Blue) = 144+129+49=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #908131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908131 is #6F7ECE. Grayscale: #7C7C7C. Windows color (decimal): -7306959 or 3244432. OLE color: 3244432.

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

Color convert

RGB14412949-
CMYK00.100.660.44
HSL50.53º49.22%37.84%-
HSV(B)50.53º65.97%56.47%-
XYZ19.9121.856.07-
YUV124.3685.47142-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.72%
GREEN value IS 129 (50.78% from 255) = 40.06%
BLUE value IS 49 (19.53% from 255) = 15.22%
R=44.72%
G=40.06%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441294900.100.660.4450.5349.2237.84
Hex9081310A422C333126
Octal2202016101210254636146
Binary1001000010000001110001010101000010101100110011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908131; }

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

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

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

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

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

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

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

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