#8D7D27

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

Shades of Lemon Ginger #8D7D27

Tints of Lemon Ginger #8D7D27

Color information

#8D7D27 (or 0x8D7D27) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 7D and 27. RGB value is (141,125,39). Sum of RGB (Red+Green+Blue) = 141+125+39=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7D27 is #7282D8. Grayscale: #787878. Windows color (decimal): -7504601 or 2588045. OLE color: 2588045.

HSL color Cylindrical-coordinate representation of color #8D7D27: hue angle of 50.59º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D7D27 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB14112539-
CMYK00.110.720.45
HSL50.59º56.67%35.29%-
HSV(B)50.59º72.34%55.29%-
XYZ18.6820.484.89-
YUV119.9882.3142.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.23%
GREEN value IS 125 (49.22% from 255) = 40.98%
BLUE value IS 39 (15.62% from 255) = 12.79%
R=46.23%
G=40.98%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411253900.110.720.4550.5956.6735.29
Hex8D7D270B482D333923
Octal2151754701311055637143
Binary100011011111101100111010111001000101101110011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,125,39); }

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

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

 a { background-color: rgb(141,125,39); }

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

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

 span { border-color: rgb(141,125,39); }

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