#8A7B1D

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

Shades of Lemon Ginger #8A7B1D

Tints of Lemon Ginger #8A7B1D

Color information

#8A7B1D (or 0x8A7B1D) is unknown color: approx Lemon Ginger. HEX triplet: 8A, 7B and 1D. RGB value is (138,123,29). Sum of RGB (Red+Green+Blue) = 138+123+29=290 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.59% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7B1D is #7584E2. Grayscale: #757575. Windows color (decimal): -7701731 or 1932170. OLE color: 1932170.

HSL color Cylindrical-coordinate representation of color #8A7B1D: hue angle of 51.74º 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 #8A7B1D is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB13812329-
CMYK00.110.790.46
HSL51.74º65.27%32.75%-
HSV(B)51.74º78.99%54.12%-
XYZ17.7919.664.02-
YUV116.7778.47143.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.59%
GREEN value IS 123 (48.44% from 255) = 42.41%
BLUE value IS 29 (11.72% from 255) = 10%
R=47.59%
G=42.41%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381232900.110.790.4651.7465.2732.75
Hex8A7B1D0B4F2E344121
Octal21217335013117566410141
Binary100010101111011111010101110011111011101101001000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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