#8C7519

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

Shades of Yukon Gold #8C7519

Tints of Yukon Gold #8C7519

Color information

#8C7519 (or 0x8C7519) is unknown color: approx Yukon Gold. HEX triplet: 8C, 75 and 19. RGB value is (140,117,25). Sum of RGB (Red+Green+Blue) = 140+117+25=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7519 is #738AE6. Grayscale: #717171. Windows color (decimal): -7572199 or 1668492. OLE color: 1668492.

HSL color Cylindrical-coordinate representation of color #8C7519: hue angle of 48º 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 #8C7519 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB14011725-
CMYK00.160.820.45
HSL48º69.7%32.35%-
HSV(B)48º82.14%54.9%-
XYZ17.3518.373.55-
YUV113.3978.12146.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.65%
GREEN value IS 117 (46.09% from 255) = 41.49%
BLUE value IS 25 (10.16% from 255) = 8.87%
R=49.65%
G=41.49%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401172500.160.820.454869.732.35
Hex8C7519010522D304620
Octal21416531020122556010640
Binary1000110011101011100101000010100101011011100001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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