#8A7C1D

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

Shades of Lemon Ginger #8A7C1D

Tints of Lemon Ginger #8A7C1D

Color information

#8A7C1D (or 0x8A7C1D) is unknown color: approx Lemon Ginger. HEX triplet: 8A, 7C and 1D. RGB value is (138,124,29). Sum of RGB (Red+Green+Blue) = 138+124+29=291 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.42% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7C1D is #7583E2. Grayscale: #757575. Windows color (decimal): -7701475 or 1932426. OLE color: 1932426.

HSL color Cylindrical-coordinate representation of color #8A7C1D: hue angle of 52.29º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A7C1D is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB13812429-
CMYK00.100.790.46
HSL52.29º65.27%32.75%-
HSV(B)52.29º78.99%54.12%-
XYZ17.9119.914.06-
YUV117.3678.14142.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.42%
GREEN value IS 124 (48.83% from 255) = 42.61%
BLUE value IS 29 (11.72% from 255) = 9.97%
R=47.42%
G=42.61%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381242900.100.790.4652.2965.2732.75
Hex8A7C1D0A4F2E344121
Octal21217435012117566410141
Binary100010101111100111010101010011111011101101001000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,124,29); }

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

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

 a { background-color: rgb(138,124,29); }

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

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

 span { border-color: rgb(138,124,29); }

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