#908415

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

Shades of Lemon Ginger #908415

Tints of Lemon Ginger #908415

Color information

#908415 (or 0x908415) is unknown color: approx Lemon Ginger. HEX triplet: 90, 84 and 15. RGB value is (144,132,21). Sum of RGB (Red+Green+Blue) = 144+132+21=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #908415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908415 is #6F7BEA. Grayscale: #7B7B7B. Windows color (decimal): -7306219 or 1410192. OLE color: 1410192.

HSL color Cylindrical-coordinate representation of color #908415: hue angle of 54.15º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #908415 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB14413221-
CMYK00.080.850.44
HSL54.15º74.55%32.35%-
HSV(B)54.15º85.42%56.47%-
XYZ19.8922.494-
YUV122.9370.48143.03-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.48%
GREEN value IS 132 (51.95% from 255) = 44.44%
BLUE value IS 21 (8.59% from 255) = 7.07%
R=48.48%
G=44.44%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441322100.080.850.4454.1574.5532.35
Hex90841508552C364b20
Octal22020425010125546611340
Binary1001000010000100101010100010101011011001101101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908415; }

 p { color: rgb(144,132,21); }

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

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

 a { background-color: rgb(144,132,21); }

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

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

 span { border-color: rgb(144,132,21); }

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