#8B7A18

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

Shades of Lemon Ginger #8B7A18

Tints of Lemon Ginger #8B7A18

Color information

#8B7A18 (or 0x8B7A18) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 7A and 18. RGB value is (139,122,24). Sum of RGB (Red+Green+Blue) = 139+122+24=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7A18 is #7485E7. Grayscale: #747474. Windows color (decimal): -7636456 or 1604235. OLE color: 1604235.

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

Color convert

RGB13912224-
CMYK00.120.830.45
HSL51.13º70.55%31.96%-
HSV(B)51.13º82.73%54.51%-
XYZ17.7719.473.69-
YUV115.9176.13144.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.77%
GREEN value IS 122 (48.05% from 255) = 42.81%
BLUE value IS 24 (9.77% from 255) = 8.42%
R=48.77%
G=42.81%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391222400.120.830.4551.1370.5531.96
Hex8B7A180C532D334720
Octal21317230014123556310740
Binary100010111111010110000110010100111011011100111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,122,24); }

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

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

 a { background-color: rgb(139,122,24); }

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

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

 span { border-color: rgb(139,122,24); }

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