#908321

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

Shades of Lemon Ginger #908321

Tints of Lemon Ginger #908321

Color information

#908321 (or 0x908321) is unknown color: approx Lemon Ginger. HEX triplet: 90, 83 and 21. RGB value is (144,131,33). Sum of RGB (Red+Green+Blue) = 144+131+33=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #908321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908321 is #6F7CDE. Grayscale: #7C7C7C. Windows color (decimal): -7306463 or 2196368. OLE color: 2196368.

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

Color convert

RGB14413133-
CMYK00.090.770.44
HSL52.97º62.71%34.71%-
HSV(B)52.97º77.08%56.47%-
XYZ19.8922.274.69-
YUV123.7176.81142.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.75%
GREEN value IS 131 (51.56% from 255) = 42.53%
BLUE value IS 33 (13.28% from 255) = 10.71%
R=46.75%
G=42.53%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441313300.090.770.4452.9762.7134.71
Hex908321094D2C353f23
Octal2202034101111554657743
Binary1001000010000011100001010011001101101100110101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908321; }

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

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

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

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

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

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

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

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