#8A7C2E

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

Shades of Lemon Ginger #8A7C2E

Tints of Lemon Ginger #8A7C2E

Color information

#8A7C2E (or 0x8A7C2E) is unknown color: approx Lemon Ginger. HEX triplet: 8A, 7C and 2E. RGB value is (138,124,46). Sum of RGB (Red+Green+Blue) = 138+124+46=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7C2E is #7583D1. Grayscale: #777777. Windows color (decimal): -7701458 or 3046538. OLE color: 3046538.

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

Color convert

RGB13812446-
CMYK00.100.670.46
HSL50.87º50%36.08%-
HSV(B)50.87º66.67%54.12%-
XYZ18.1820.025.49-
YUV119.2986.64141.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.81%
GREEN value IS 124 (48.83% from 255) = 40.26%
BLUE value IS 46 (18.36% from 255) = 14.94%
R=44.81%
G=40.26%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381244600.100.670.4650.875036.08
Hex8A7C2E0A432E333224
Octal2121745601210356636244
Binary100010101111100101110010101000011101110110011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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