#8C8131

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

Shades of Lemon Ginger #8C8131

Tints of Lemon Ginger #8C8131

Color information

#8C8131 (or 0x8C8131) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 81 and 31. RGB value is (140,129,49). Sum of RGB (Red+Green+Blue) = 140+129+49=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8131 is #737ECE. Grayscale: #7B7B7B. Windows color (decimal): -7569103 or 3244428. OLE color: 3244428.

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

Color convert

RGB14012949-
CMYK00.080.650.45
HSL52.75º48.15%37.06%-
HSV(B)52.75º65%54.9%-
XYZ19.2221.56.04-
YUV123.1786.14140-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.03%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 49 (19.53% from 255) = 15.41%
R=44.03%
G=40.57%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401294900.080.650.4552.7548.1537.06
Hex8C813108412D353025
Octal2142016101010155656045
Binary1000110010000001110001010001000001101101110101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,129,49); }

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

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

 a { background-color: rgb(140,129,49); }

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

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

 span { border-color: rgb(140,129,49); }

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