#8D8725

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

Shades of Lemon Ginger #8D8725

Tints of Lemon Ginger #8D8725

Color information

#8D8725 (or 0x8D8725) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 87 and 25. RGB value is (141,135,37). Sum of RGB (Red+Green+Blue) = 141+135+37=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8725 is #7278DA. Grayscale: #7E7E7E. Windows color (decimal): -7502043 or 2459533. OLE color: 2459533.

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

Color convert

RGB14113537-
CMYK00.040.740.45
HSL56.54º58.43%34.9%-
HSV(B)56.54º73.76%55.29%-
XYZ19.9823.125.16-
YUV125.6277.99138.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.05%
GREEN value IS 135 (53.12% from 255) = 43.13%
BLUE value IS 37 (14.84% from 255) = 11.82%
R=45.05%
G=43.13%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411353700.040.740.4556.5458.4334.9
Hex8D8725044A2D393a23
Octal215207450411255717243
Binary100011011000011110010101001001010101101111001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,135,37); }

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

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

 a { background-color: rgb(141,135,37); }

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

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

 span { border-color: rgb(141,135,37); }

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