#8A7213

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

Shades of Yukon Gold #8A7213

Tints of Yukon Gold #8A7213

Color information

#8A7213 (or 0x8A7213) is unknown color: approx Yukon Gold. HEX triplet: 8A, 72 and 13. RGB value is (138,114,19). Sum of RGB (Red+Green+Blue) = 138+114+19=271 (35% of max value = 765). Red value is 138 (54.30% from 255 or 50.92% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7213 is #758DEC. Grayscale: #6E6E6E. Windows color (decimal): -7704045 or 1274506. OLE color: 1274506.

HSL color Cylindrical-coordinate representation of color #8A7213: hue angle of 47.9º degrees, saturation: 0.76, 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 #8A7213 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB13811419-
CMYK00.170.860.46
HSL47.9º75.8%30.78%-
HSV(B)47.9º86.23%54.12%-
XYZ16.6217.483.12-
YUV110.3576.45147.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.92%
GREEN value IS 114 (44.92% from 255) = 42.07%
BLUE value IS 19 (7.81% from 255) = 7.01%
R=50.92%
G=42.07%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381141900.170.860.4647.975.830.78
Hex8A7213011562E304c1f
Octal21216223021126566011437
Binary100010101110010100110100011010110101110110000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,114,19); }

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

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

 a { background-color: rgb(138,114,19); }

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

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

 span { border-color: rgb(138,114,19); }

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