#8C801D

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

Shades of Lemon Ginger #8C801D

Tints of Lemon Ginger #8C801D

Color information

#8C801D (or 0x8C801D) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 80 and 1D. RGB value is (140,128,29). Sum of RGB (Red+Green+Blue) = 140+128+29=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 140 - color contains mainly: red. Hex color #8C801D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C801D is #737FE2. Grayscale: #787878. Windows color (decimal): -7569379 or 1933452. OLE color: 1933452.

HSL color Cylindrical-coordinate representation of color #8C801D: hue angle of 53.51º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C801D is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB14012829-
CMYK00.090.790.45
HSL53.51º65.68%33.14%-
HSV(B)53.51º79.29%54.9%-
XYZ18.7621.14.25-
YUV120.376.48142.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.14%
GREEN value IS 128 (50.39% from 255) = 43.10%
BLUE value IS 29 (11.72% from 255) = 9.76%
R=47.14%
G=43.10%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401282900.090.790.4553.5165.6833.14
Hex8C801D094F2D364221
Octal21420035011117556610241
Binary1000110010000000111010100110011111011011101101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C801D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,128,29); }

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

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

 a { background-color: rgb(140,128,29); }

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

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

 span { border-color: rgb(140,128,29); }

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