#8A7B21

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

Shades of Lemon Ginger #8A7B21

Tints of Lemon Ginger #8A7B21

Color information

#8A7B21 (or 0x8A7B21) is unknown color: approx Lemon Ginger. HEX triplet: 8A, 7B and 21. RGB value is (138,123,33). Sum of RGB (Red+Green+Blue) = 138+123+33=294 (38% of max value = 765). Red value is 138 (54.30% from 255 or 46.94% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7B21 is #7584DE. Grayscale: #757575. Windows color (decimal): -7701727 or 2194314. OLE color: 2194314.

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

Color convert

RGB13812333-
CMYK00.110.760.46
HSL51.43º61.4%33.53%-
HSV(B)51.43º76.09%54.12%-
XYZ17.8419.684.3-
YUV117.2280.47142.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.94%
GREEN value IS 123 (48.44% from 255) = 41.84%
BLUE value IS 33 (13.28% from 255) = 11.22%
R=46.94%
G=41.84%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381233300.110.760.4651.4361.433.53
Hex8A7B210B4C2E333d22
Octal2121734101311456637542
Binary100010101111011100001010111001100101110110011111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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