#8A7617

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

Shades of Yukon Gold #8A7617

Tints of Yukon Gold #8A7617

Color information

#8A7617 (or 0x8A7617) is unknown color: approx Yukon Gold. HEX triplet: 8A, 76 and 17. RGB value is (138,118,23). Sum of RGB (Red+Green+Blue) = 138+118+23=279 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.46% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7617 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7617 is #7589E8. Grayscale: #717171. Windows color (decimal): -7703017 or 1537674. OLE color: 1537674.

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

Color convert

RGB13811823-
CMYK00.140.830.46
HSL49.57º71.43%31.57%-
HSV(B)49.57º83.33%54.12%-
XYZ17.1118.423.46-
YUV113.1577.13145.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.46%
GREEN value IS 118 (46.48% from 255) = 42.29%
BLUE value IS 23 (9.38% from 255) = 8.24%
R=49.46%
G=42.29%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381182300.140.830.4649.5771.4331.57
Hex8A76170E532E324720
Octal21216627016123566210740
Binary100010101110110101110111010100111011101100101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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