#8A7514

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

Shades of Yukon Gold #8A7514

Tints of Yukon Gold #8A7514

Color information

#8A7514 (or 0x8A7514) is unknown color: approx Yukon Gold. HEX triplet: 8A, 75 and 14. RGB value is (138,117,20). Sum of RGB (Red+Green+Blue) = 138+117+20=275 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.18% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7514 is #758AEB. Grayscale: #707070. Windows color (decimal): -7703276 or 1340810. OLE color: 1340810.

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

Color convert

RGB13811720-
CMYK00.150.860.46
HSL49.32º74.68%30.98%-
HSV(B)49.32º85.51%54.12%-
XYZ16.9718.183.28-
YUV112.2275.96146.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.18%
GREEN value IS 117 (46.09% from 255) = 42.55%
BLUE value IS 20 (8.20% from 255) = 7.27%
R=50.18%
G=42.55%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381172000.150.860.4649.3274.6830.98
Hex8A75140F562E314b1f
Octal21216524017126566111337
Binary10001010111010110100011111010110101110110001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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