#8C7F13

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

Shades of Lemon Ginger #8C7F13

Tints of Lemon Ginger #8C7F13

Color information

#8C7F13 (or 0x8C7F13) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 7F and 13. RGB value is (140,127,19). Sum of RGB (Red+Green+Blue) = 140+127+19=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7F13 is #7380EC. Grayscale: #777777. Windows color (decimal): -7569645 or 1277836. OLE color: 1277836.

HSL color Cylindrical-coordinate representation of color #8C7F13: hue angle of 53.55º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C7F13 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB14012719-
CMYK00.090.860.45
HSL53.55º76.1%31.18%-
HSV(B)53.55º86.43%54.9%-
XYZ18.5220.83.65-
YUV118.5771.81143.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.95%
GREEN value IS 127 (50% from 255) = 44.41%
BLUE value IS 19 (7.81% from 255) = 6.64%
R=48.95%
G=44.41%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401271900.090.860.4553.5576.131.18
Hex8C7F1309562D364c1f
Octal21417723011126556611437
Binary10001100111111110011010011010110101101110110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,127,19); }

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

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

 a { background-color: rgb(140,127,19); }

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

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

 span { border-color: rgb(140,127,19); }

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