#8F8523

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

Shades of Lemon Ginger #8F8523

Tints of Lemon Ginger #8F8523

Color information

#8F8523 (or 0x8F8523) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 85 and 23. RGB value is (143,133,35). Sum of RGB (Red+Green+Blue) = 143+133+35=311 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.98% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8523 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8523 is #707ADC. Grayscale: #7D7D7D. Windows color (decimal): -7371485 or 2327951. OLE color: 2327951.

HSL color Cylindrical-coordinate representation of color #8F8523: hue angle of 54.44º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F8523 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB14313335-
CMYK00.070.760.44
HSL54.44º60.67%34.9%-
HSV(B)54.44º75.52%56.08%-
XYZ20.0222.744.92-
YUV124.8277.31140.97-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.98%
GREEN value IS 133 (52.34% from 255) = 42.77%
BLUE value IS 35 (14.06% from 255) = 11.25%
R=45.98%
G=42.77%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431333500.070.760.4454.4460.6734.9
Hex8F8523074C2C363d23
Octal217205430711454667543
Binary100011111000010110001101111001100101100110110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,133,35); }

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

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

 a { background-color: rgb(143,133,35); }

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

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

 span { border-color: rgb(143,133,35); }

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