#8A7511

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

Shades of Yukon Gold #8A7511

Tints of Yukon Gold #8A7511

Color information

#8A7511 (or 0x8A7511) is unknown color: approx Yukon Gold. HEX triplet: 8A, 75 and 11. RGB value is (138,117,17). Sum of RGB (Red+Green+Blue) = 138+117+17=272 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.74% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7511 is #758AEE. Grayscale: #707070. Windows color (decimal): -7703279 or 1144202. OLE color: 1144202.

HSL color Cylindrical-coordinate representation of color #8A7511: hue angle of 49.59º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A7511 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB13811717-
CMYK00.150.880.46
HSL49.59º78.06%30.39%-
HSV(B)49.59º87.68%54.12%-
XYZ16.9418.173.14-
YUV111.8874.46146.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.74%
GREEN value IS 117 (46.09% from 255) = 43.01%
BLUE value IS 17 (7.03% from 255) = 6.25%
R=50.74%
G=43.01%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381171700.150.880.4649.5978.0630.39
Hex8A75110F582E324e1e
Octal21216521017130566211636
Binary10001010111010110001011111011000101110110010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,117,17); }

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

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

 a { background-color: rgb(138,117,17); }

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

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

 span { border-color: rgb(138,117,17); }

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