#8B7A22

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

Shades of Lemon Ginger #8B7A22

Tints of Lemon Ginger #8B7A22

Color information

#8B7A22 (or 0x8B7A22) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 7A and 22. RGB value is (139,122,34). Sum of RGB (Red+Green+Blue) = 139+122+34=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7A22 is #7485DD. Grayscale: #757575. Windows color (decimal): -7636446 or 2259595. OLE color: 2259595.

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

Color convert

RGB13912234-
CMYK00.120.760.45
HSL50.29º60.69%33.92%-
HSV(B)50.29º75.54%54.51%-
XYZ17.919.524.34-
YUV117.0581.13143.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.12%
GREEN value IS 122 (48.05% from 255) = 41.36%
BLUE value IS 34 (13.67% from 255) = 11.53%
R=47.12%
G=41.36%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391223400.120.760.4550.2960.6933.92
Hex8B7A220C4C2D323d22
Octal2131724201411455627542
Binary100010111111010100010011001001100101101110010111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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