#8A720E

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

Shades of Yukon Gold #8A720E

Tints of Yukon Gold #8A720E

Color information

#8A720E (or 0x8A720E) is unknown color: approx Yukon Gold. HEX triplet: 8A, 72 and 0E. RGB value is (138,114,14). Sum of RGB (Red+Green+Blue) = 138+114+14=266 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.88% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 138 - color contains mainly: red. Hex color #8A720E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A720E is #758DF1. Grayscale: #6E6E6E. Windows color (decimal): -7704050 or 946826. OLE color: 946826.

HSL color Cylindrical-coordinate representation of color #8A720E: hue angle of 48.39º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A720E is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB13811414-
CMYK00.170.900.46
HSL48.39º81.58%29.8%-
HSV(B)48.39º89.86%54.12%-
XYZ16.5817.472.91-
YUV109.7873.95148.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.88%
GREEN value IS 114 (44.92% from 255) = 42.86%
BLUE value IS 14 (5.86% from 255) = 5.26%
R=51.88%
G=42.86%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.90
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381141400.170.900.4648.3981.5829.8
Hex8A72E0115A2E30521e
Octal21216216021132566012236
Binary10001010111001011100100011011010101110110000101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A720E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,114,14); }

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

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

 a { background-color: rgb(138,114,14); }

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

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

 span { border-color: rgb(138,114,14); }

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