#907F31

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

Shades of Lemon Ginger #907F31

Tints of Lemon Ginger #907F31

Color information

#907F31 (or 0x907F31) is unknown color: approx Lemon Ginger. HEX triplet: 90, 7F and 31. RGB value is (144,127,49). Sum of RGB (Red+Green+Blue) = 144+127+49=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #907F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907F31 is #6F80CE. Grayscale: #7B7B7B. Windows color (decimal): -7307471 or 3243920. OLE color: 3243920.

HSL color Cylindrical-coordinate representation of color #907F31: hue angle of 49.26º 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 #907F31 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB14412749-
CMYK00.120.660.44
HSL49.26º49.22%37.84%-
HSV(B)49.26º65.97%56.47%-
XYZ19.6521.335.99-
YUV123.1986.13142.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45%
GREEN value IS 127 (50% from 255) = 39.69%
BLUE value IS 49 (19.53% from 255) = 15.31%
R=45%
G=39.69%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441274900.120.660.4449.2649.2237.84
Hex907F310C422C313126
Octal2201776101410254616146
Binary100100001111111110001011001000010101100110001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907F31; }

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

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

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

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

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

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

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

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