#8C7914

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

Shades of Yukon Gold #8C7914

Tints of Yukon Gold #8C7914

Color information

#8C7914 (or 0x8C7914) is unknown color: approx Yukon Gold. HEX triplet: 8C, 79 and 14. RGB value is (140,121,20). Sum of RGB (Red+Green+Blue) = 140+121+20=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7914 is #7386EB. Grayscale: #737373. Windows color (decimal): -7571180 or 1341836. OLE color: 1341836.

HSL color Cylindrical-coordinate representation of color #8C7914: hue angle of 50.5º degrees, saturation: 0.75, 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 #8C7914 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB14012120-
CMYK00.140.860.45
HSL50.5º75%31.37%-
HSV(B)50.5º85.71%54.9%-
XYZ17.7819.33.45-
YUV115.1774.29145.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.82%
GREEN value IS 121 (47.66% from 255) = 43.06%
BLUE value IS 20 (8.20% from 255) = 7.12%
R=49.82%
G=43.06%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401212000.140.860.4550.57531.37
Hex8C79140E562D324b1f
Octal21417124016126556211337
Binary10001100111100110100011101010110101101110010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,121,20); }

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

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

 a { background-color: rgb(140,121,20); }

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

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

 span { border-color: rgb(140,121,20); }

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