#8A8328

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

Shades of Lemon Ginger #8A8328

Tints of Lemon Ginger #8A8328

Color information

#8A8328 (or 0x8A8328) is unknown color: approx Lemon Ginger. HEX triplet: 8A, 83 and 28. RGB value is (138,131,40). Sum of RGB (Red+Green+Blue) = 138+131+40=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8328 is #757CD7. Grayscale: #7B7B7B. Windows color (decimal): -7699672 or 2655114. OLE color: 2655114.

HSL color Cylindrical-coordinate representation of color #8A8328: hue angle of 55.71º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A8328 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB13813140-
CMYK00.050.710.46
HSL55.71º55.06%34.9%-
HSV(B)55.71º71.01%54.12%-
XYZ18.9821.795.21-
YUV122.7281.32138.9-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.66%
GREEN value IS 131 (51.56% from 255) = 42.39%
BLUE value IS 40 (16.02% from 255) = 12.94%
R=44.66%
G=42.39%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381314000.050.710.4655.7155.0634.9
Hex8A832805472E383723
Octal212203500510756706743
Binary100010101000001110100001011000111101110111000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A8328; }

 p { color: rgb(138,131,40); }

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

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

 a { background-color: rgb(138,131,40); }

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

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

 span { border-color: rgb(138,131,40); }

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