#8A701E

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

Shades of Yukon Gold #8A701E

Tints of Yukon Gold #8A701E

Color information

#8A701E (or 0x8A701E) is unknown color: approx Yukon Gold. HEX triplet: 8A, 70 and 1E. RGB value is (138,112,30). Sum of RGB (Red+Green+Blue) = 138+112+30=280 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.29% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 138 - color contains mainly: red. Hex color #8A701E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A701E is #758FE1. Grayscale: #6E6E6E. Windows color (decimal): -7704546 or 1994890. OLE color: 1994890.

HSL color Cylindrical-coordinate representation of color #8A701E: hue angle of 45.56º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A701E is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB13811230-
CMYK00.190.780.46
HSL45.56º64.29%32.94%-
HSV(B)45.56º78.26%54.12%-
XYZ16.5117.093.66-
YUV110.4382.61147.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.29%
GREEN value IS 112 (44.14% from 255) = 40%
BLUE value IS 30 (12.11% from 255) = 10.71%
R=49.29%
G=40%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381123000.190.780.4645.5664.2932.94
Hex8A701E0134E2E2e4021
Octal21216036023116565610041
Binary1000101011100001111001001110011101011101011101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A701E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,112,30); }

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

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

 a { background-color: rgb(138,112,30); }

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

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

 span { border-color: rgb(138,112,30); }

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