#8D7A26

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

Shades of Lemon Ginger #8D7A26

Tints of Lemon Ginger #8D7A26

Color information

#8D7A26 (or 0x8D7A26) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 7A and 26. RGB value is (141,122,38). Sum of RGB (Red+Green+Blue) = 141+122+38=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7A26 is #7285D9. Grayscale: #767676. Windows color (decimal): -7505370 or 2521741. OLE color: 2521741.

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

Color convert

RGB14112238-
CMYK00.130.730.45
HSL48.93º57.54%35.1%-
HSV(B)48.93º73.05%55.29%-
XYZ18.2919.724.68-
YUV118.182.79144.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.84%
GREEN value IS 122 (48.05% from 255) = 40.53%
BLUE value IS 38 (15.23% from 255) = 12.62%
R=46.84%
G=40.53%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411223800.130.730.4548.9357.5435.1
Hex8D7A260D492D313a23
Octal2151724601511155617243
Binary100011011111010100110011011001001101101110001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,122,38); }

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

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

 a { background-color: rgb(141,122,38); }

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

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

 span { border-color: rgb(141,122,38); }

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