#908334

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

Shades of Lemon Ginger #908334

Tints of Lemon Ginger #908334

Color information

#908334 (or 0x908334) is unknown color: approx Lemon Ginger. HEX triplet: 90, 83 and 34. RGB value is (144,131,52). Sum of RGB (Red+Green+Blue) = 144+131+52=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 144 - color contains mainly: red. Hex color #908334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908334 is #6F7CCB. Grayscale: #7E7E7E. Windows color (decimal): -7306444 or 3441552. OLE color: 3441552.

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

Color convert

RGB14413152-
CMYK00.090.640.44
HSL51.52º46.94%38.43%-
HSV(B)51.52º63.89%56.47%-
XYZ20.2422.416.51-
YUV125.8886.31140.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.04%
GREEN value IS 131 (51.56% from 255) = 40.06%
BLUE value IS 52 (20.70% from 255) = 15.90%
R=44.04%
G=40.06%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441315200.090.640.4451.5246.9438.43
Hex90833409402C342f26
Octal2202036401110054645746
Binary1001000010000011110100010011000000101100110100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908334; }

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

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

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

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

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

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

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

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