#8C7512

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

Shades of Yukon Gold #8C7512

Tints of Yukon Gold #8C7512

Color information

#8C7512 (or 0x8C7512) is unknown color: approx Yukon Gold. HEX triplet: 8C, 75 and 12. RGB value is (140,117,18). Sum of RGB (Red+Green+Blue) = 140+117+18=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7512 is #738AED. Grayscale: #717171. Windows color (decimal): -7572206 or 1209740. OLE color: 1209740.

HSL color Cylindrical-coordinate representation of color #8C7512: hue angle of 48.69º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C7512 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB14011718-
CMYK00.160.870.45
HSL48.69º77.22%30.98%-
HSV(B)48.69º87.14%54.9%-
XYZ17.2918.343.2-
YUV112.5974.62147.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.91%
GREEN value IS 117 (46.09% from 255) = 42.55%
BLUE value IS 18 (7.42% from 255) = 6.55%
R=50.91%
G=42.55%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401171800.160.870.4548.6977.2230.98
Hex8C7512010572D314d1f
Octal21416522020127556111537
Binary100011001110101100100100001010111101101110001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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