#8A7F30

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

Shades of Lemon Ginger #8A7F30

Tints of Lemon Ginger #8A7F30

Color information

#8A7F30 (or 0x8A7F30) is unknown color: approx Lemon Ginger. HEX triplet: 8A, 7F and 30. RGB value is (138,127,48). Sum of RGB (Red+Green+Blue) = 138+127+48=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7F30 is #7580CF. Grayscale: #797979. Windows color (decimal): -7700688 or 3178378. OLE color: 3178378.

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

Color convert

RGB13812748-
CMYK00.080.650.46
HSL52.67º48.39%36.47%-
HSV(B)52.67º65.22%54.12%-
XYZ18.620.85.83-
YUV121.2886.64139.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.09%
GREEN value IS 127 (50% from 255) = 40.58%
BLUE value IS 48 (19.14% from 255) = 15.34%
R=44.09%
G=40.58%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381274800.080.650.4652.6748.3936.47
Hex8A7F3008412E353024
Octal2121776001010156656044
Binary100010101111111110000010001000001101110110101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,127,48); }

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

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

 a { background-color: rgb(138,127,48); }

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

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

 span { border-color: rgb(138,127,48); }

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