#908315

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

Shades of Lemon Ginger #908315

Tints of Lemon Ginger #908315

Color information

#908315 (or 0x908315) is unknown color: approx Lemon Ginger. HEX triplet: 90, 83 and 15. RGB value is (144,131,21). Sum of RGB (Red+Green+Blue) = 144+131+21=296 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.65% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 144 - color contains mainly: red. Hex color #908315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908315 is #6F7CEA. Grayscale: #7A7A7A. Windows color (decimal): -7306475 or 1409936. OLE color: 1409936.

HSL color Cylindrical-coordinate representation of color #908315: hue angle of 53.66º 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 #908315 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB14413121-
CMYK00.090.850.44
HSL53.66º74.55%32.35%-
HSV(B)53.66º85.42%56.47%-
XYZ19.7522.223.96-
YUV122.3570.81143.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.65%
GREEN value IS 131 (51.56% from 255) = 44.26%
BLUE value IS 21 (8.59% from 255) = 7.09%
R=48.65%
G=44.26%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441312100.090.850.4453.6674.5532.35
Hex90831509552C364b20
Octal22020325011125546611340
Binary1001000010000011101010100110101011011001101101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908315; }

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

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

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

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

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

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

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

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