#907F28

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

Shades of Lemon Ginger #907F28

Tints of Lemon Ginger #907F28

Color information

#907F28 (or 0x907F28) is unknown color: approx Lemon Ginger. HEX triplet: 90, 7F and 28. RGB value is (144,127,40). Sum of RGB (Red+Green+Blue) = 144+127+40=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 144 - color contains mainly: red. Hex color #907F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907F28 is #6F80D7. Grayscale: #7A7A7A. Windows color (decimal): -7307480 or 2654096. OLE color: 2654096.

HSL color Cylindrical-coordinate representation of color #907F28: hue angle of 50.19º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #907F28 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB14412740-
CMYK00.120.720.44
HSL50.19º56.52%36.08%-
HSV(B)50.19º72.22%56.47%-
XYZ19.4721.265.08-
YUV122.1681.63143.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.30%
GREEN value IS 127 (50% from 255) = 40.84%
BLUE value IS 40 (16.02% from 255) = 12.86%
R=46.30%
G=40.84%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441274000.120.720.4450.1956.5236.08
Hex907F280C482C323924
Octal2201775001411054627144
Binary100100001111111101000011001001000101100110010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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