#8A730E

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

Shades of Yukon Gold #8A730E

Tints of Yukon Gold #8A730E

Color information

#8A730E (or 0x8A730E) is unknown color: approx Yukon Gold. HEX triplet: 8A, 73 and 0E. RGB value is (138,115,14). Sum of RGB (Red+Green+Blue) = 138+115+14=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A730E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A730E is #758CF1. Grayscale: #6E6E6E. Windows color (decimal): -7703794 or 947082. OLE color: 947082.

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

Color convert

RGB13811514-
CMYK00.170.900.46
HSL48.87º81.58%29.8%-
HSV(B)48.87º89.86%54.12%-
XYZ16.6917.72.95-
YUV110.3673.62147.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.69%
GREEN value IS 115 (45.31% from 255) = 43.07%
BLUE value IS 14 (5.86% from 255) = 5.24%
R=51.69%
G=43.07%
B=5.24%

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
Decimal1381151400.170.900.4648.8781.5829.8
Hex8A73E0115A2E31521e
Octal21216316021132566112236
Binary10001010111001111100100011011010101110110001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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