#8b8728

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

Shades of Lemon Ginger #8B8728

Tints of Lemon Ginger #8B8728

Color information

#8B8728 (or 0x8B8728) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 87 and 28. RGB value is (139,135,40). Sum of RGB (Red+Green+Blue) = 139+135+40=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8728 is #7478D7. Grayscale: #7D7D7D. Windows color (decimal): -7633112 or 2656139. OLE color: 2656139.

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

Color convert

RGB13913540-
CMYK00.030.710.45
HSL57.58º55.31%35.1%-
HSV(B)57.58º71.22%54.51%-
XYZ19.6922.975.4-
YUV125.3779.83137.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 135 (53.12% from 255) = 42.99%
BLUE value IS 40 (16.02% from 255) = 12.74%
R=44.27%
G=42.99%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391354000.030.710.4557.5855.3135.1
Hex8B872803472D3a3723
Octal213207500310755726743
Binary10001011100001111010000111000111101101111010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b8728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,135,40); }

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

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

 a { background-color: rgb(139,135,40); }

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

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

 span { border-color: rgb(139,135,40); }

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