#8A7519

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

Shades of Yukon Gold #8A7519

Tints of Yukon Gold #8A7519

Color information

#8A7519 (or 0x8A7519) is unknown color: approx Yukon Gold. HEX triplet: 8A, 75 and 19. RGB value is (138,117,25). Sum of RGB (Red+Green+Blue) = 138+117+25=280 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.29% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7519 is #758AE6. Grayscale: #717171. Windows color (decimal): -7703271 or 1668490. OLE color: 1668490.

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

Color convert

RGB13811725-
CMYK00.150.820.46
HSL48.85º69.33%31.96%-
HSV(B)48.85º81.88%54.12%-
XYZ17.0218.23.53-
YUV112.7978.46145.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.29%
GREEN value IS 117 (46.09% from 255) = 41.79%
BLUE value IS 25 (10.16% from 255) = 8.93%
R=49.29%
G=41.79%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381172500.150.820.4648.8569.3331.96
Hex8A75190F522E314520
Octal21216531017122566110540
Binary100010101110101110010111110100101011101100011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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