#8C7219

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

Shades of Yukon Gold #8C7219

Tints of Yukon Gold #8C7219

Color information

#8C7219 (or 0x8C7219) is unknown color: approx Yukon Gold. HEX triplet: 8C, 72 and 19. RGB value is (140,114,25). Sum of RGB (Red+Green+Blue) = 140+114+25=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7219 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7219 is #738DE6. Grayscale: #707070. Windows color (decimal): -7572967 or 1667724. OLE color: 1667724.

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

Color convert

RGB14011425-
CMYK00.190.820.45
HSL46.43º69.7%32.35%-
HSV(B)46.43º82.14%54.9%-
XYZ17.0117.683.44-
YUV111.6379.11148.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.18%
GREEN value IS 114 (44.92% from 255) = 40.86%
BLUE value IS 25 (10.16% from 255) = 8.96%
R=50.18%
G=40.86%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401142500.190.820.4546.4369.732.35
Hex8C7219013522D2e4620
Octal21416231023122555610640
Binary1000110011100101100101001110100101011011011101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,114,25); }

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

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

 a { background-color: rgb(140,114,25); }

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

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

 span { border-color: rgb(140,114,25); }

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