#8C7916

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

Shades of Yukon Gold #8C7916

Tints of Yukon Gold #8C7916

Color information

#8C7916 (or 0x8C7916) is unknown color: approx Yukon Gold. HEX triplet: 8C, 79 and 16. RGB value is (140,121,22). Sum of RGB (Red+Green+Blue) = 140+121+22=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7916 is #7386E9. Grayscale: #737373. Windows color (decimal): -7571178 or 1472908. OLE color: 1472908.

HSL color Cylindrical-coordinate representation of color #8C7916: hue angle of 50.34º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C7916 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB14012122-
CMYK00.140.840.45
HSL50.34º72.84%31.76%-
HSV(B)50.34º84.29%54.9%-
XYZ17.819.313.55-
YUV115.475.29145.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.47%
GREEN value IS 121 (47.66% from 255) = 42.76%
BLUE value IS 22 (8.98% from 255) = 7.77%
R=49.47%
G=42.76%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401212200.140.840.4550.3472.8431.76
Hex8C79160E542D324920
Octal21417126016124556211140
Binary100011001111001101100111010101001011011100101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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