#8A7517

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

Shades of Yukon Gold #8A7517

Tints of Yukon Gold #8A7517

Color information

#8A7517 (or 0x8A7517) is unknown color: approx Yukon Gold. HEX triplet: 8A, 75 and 17. RGB value is (138,117,23). Sum of RGB (Red+Green+Blue) = 138+117+23=278 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.64% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7517 is #758AE8. Grayscale: #707070. Windows color (decimal): -7703273 or 1537418. OLE color: 1537418.

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

Color convert

RGB13811723-
CMYK00.150.830.46
HSL49.04º71.43%31.57%-
HSV(B)49.04º83.33%54.12%-
XYZ1718.193.43-
YUV112.5677.46146.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.64%
GREEN value IS 117 (46.09% from 255) = 42.09%
BLUE value IS 23 (9.38% from 255) = 8.27%
R=49.64%
G=42.09%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381172300.150.830.4649.0471.4331.57
Hex8A75170F532E314720
Octal21216527017123566110740
Binary100010101110101101110111110100111011101100011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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