#8A7719

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

Shades of Yukon Gold #8A7719

Tints of Yukon Gold #8A7719

Color information

#8A7719 (or 0x8A7719) is unknown color: approx Yukon Gold. HEX triplet: 8A, 77 and 19. RGB value is (138,119,25). Sum of RGB (Red+Green+Blue) = 138+119+25=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7719 is #7588E6. Grayscale: #727272. Windows color (decimal): -7702759 or 1669002. OLE color: 1669002.

HSL color Cylindrical-coordinate representation of color #8A7719: hue angle of 49.91º 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 #8A7719 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB13811925-
CMYK00.140.820.46
HSL49.91º69.33%31.96%-
HSV(B)49.91º81.88%54.12%-
XYZ17.2518.673.61-
YUV113.9677.79145.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.94%
GREEN value IS 119 (46.88% from 255) = 42.20%
BLUE value IS 25 (10.16% from 255) = 8.87%
R=48.94%
G=42.20%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381192500.140.820.4649.9169.3331.96
Hex8A77190E522E324520
Octal21216731016122566210540
Binary100010101110111110010111010100101011101100101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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