#8A7115

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

Shades of Yukon Gold #8A7115

Tints of Yukon Gold #8A7115

Color information

#8A7115 (or 0x8A7115) is unknown color: approx Yukon Gold. HEX triplet: 8A, 71 and 15. RGB value is (138,113,21). Sum of RGB (Red+Green+Blue) = 138+113+21=272 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.74% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7115 is #758EEA. Grayscale: #6E6E6E. Windows color (decimal): -7704299 or 1405322. OLE color: 1405322.

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

Color convert

RGB13811321-
CMYK00.180.850.46
HSL47.18º73.58%31.18%-
HSV(B)47.18º84.78%54.12%-
XYZ16.5217.273.17-
YUV109.9977.78147.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.74%
GREEN value IS 113 (44.53% from 255) = 41.54%
BLUE value IS 21 (8.59% from 255) = 7.72%
R=50.74%
G=41.54%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381132100.180.850.4647.1873.5831.18
Hex8A7115012552E2f4a1f
Octal21216125022125565711237
Binary100010101110001101010100101010101101110101111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,113,21); }

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

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

 a { background-color: rgb(138,113,21); }

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

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

 span { border-color: rgb(138,113,21); }

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