#8A7B15

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

Shades of Lemon Ginger #8A7B15

Tints of Lemon Ginger #8A7B15

Color information

#8A7B15 (or 0x8A7B15) is unknown color: approx Lemon Ginger. HEX triplet: 8A, 7B and 15. RGB value is (138,123,21). Sum of RGB (Red+Green+Blue) = 138+123+21=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 123 (48.44% from 255 or 43.62% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7B15 is #7584EA. Grayscale: #747474. Windows color (decimal): -7701739 or 1407882. OLE color: 1407882.

HSL color Cylindrical-coordinate representation of color #8A7B15: hue angle of 52.31º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A7B15 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB13812321-
CMYK00.110.850.46
HSL52.31º73.58%31.18%-
HSV(B)52.31º84.78%54.12%-
XYZ17.719.623.56-
YUV115.8674.47143.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.94%
GREEN value IS 123 (48.44% from 255) = 43.62%
BLUE value IS 21 (8.59% from 255) = 7.45%
R=48.94%
G=43.62%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381232100.110.850.4652.3173.5831.18
Hex8A7B150B552E344a1f
Octal21217325013125566411237
Binary10001010111101110101010111010101101110110100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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