#8C740F

Color #8C740F Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #8C740F

Tints of Yukon Gold #8C740F

Color information

#8C740F (or 0x8C740F) is unknown color: approx Yukon Gold. HEX triplet: 8C, 74 and 0F. RGB value is (140,116,15). Sum of RGB (Red+Green+Blue) = 140+116+15=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C740F is #738BF0. Grayscale: #707070. Windows color (decimal): -7572465 or 1012876. OLE color: 1012876.

HSL color Cylindrical-coordinate representation of color #8C740F: hue angle of 48.48º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C740F is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB14011615-
CMYK00.170.890.45
HSL48.48º80.65%30.39%-
HSV(B)48.48º89.29%54.9%-
XYZ17.1518.13.04-
YUV111.6673.45148.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.66%
GREEN value IS 116 (45.70% from 255) = 42.80%
BLUE value IS 15 (6.25% from 255) = 5.54%
R=51.66%
G=42.80%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401161500.170.890.4548.4880.6530.39
Hex8C74F011592D30511e
Octal21416417021131556012136
Binary10001100111010011110100011011001101101110000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C740F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,116,15); }

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

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

 a { background-color: rgb(140,116,15); }

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

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

 span { border-color: rgb(140,116,15); }

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