#8D8723

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

Shades of Lemon Ginger #8D8723

Tints of Lemon Ginger #8D8723

Color information

#8D8723 (or 0x8D8723) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 87 and 23. RGB value is (141,135,35). Sum of RGB (Red+Green+Blue) = 141+135+35=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8723 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8723 is #7278DC. Grayscale: #7D7D7D. Windows color (decimal): -7502045 or 2328461. OLE color: 2328461.

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

Color convert

RGB14113535-
CMYK00.040.750.45
HSL56.6º60.23%34.51%-
HSV(B)56.6º75.18%55.29%-
XYZ19.9523.115-
YUV125.3976.99139.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.34%
GREEN value IS 135 (53.12% from 255) = 43.41%
BLUE value IS 35 (14.06% from 255) = 11.25%
R=45.34%
G=43.41%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411353500.040.750.4556.660.2334.51
Hex8D8723044B2D393c23
Octal215207430411355717443
Binary100011011000011110001101001001011101101111001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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