#8A731F

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

Shades of Yukon Gold #8A731F

Tints of Yukon Gold #8A731F

Color information

#8A731F (or 0x8A731F) is unknown color: approx Yukon Gold. HEX triplet: 8A, 73 and 1F. RGB value is (138,115,31). Sum of RGB (Red+Green+Blue) = 138+115+31=284 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.59% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 138 - color contains mainly: red. Hex color #8A731F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A731F is #758CE0. Grayscale: #707070. Windows color (decimal): -7703777 or 2061194. OLE color: 2061194.

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

Color convert

RGB13811531-
CMYK00.170.780.46
HSL47.1º63.31%33.14%-
HSV(B)47.1º77.54%54.12%-
XYZ16.8617.763.84-
YUV112.382.12146.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.59%
GREEN value IS 115 (45.31% from 255) = 40.49%
BLUE value IS 31 (12.5% from 255) = 10.92%
R=48.59%
G=40.49%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381153100.170.780.4647.163.3133.14
Hex8A731F0114E2E2f3f21
Octal2121633702111656577741
Binary100010101110011111110100011001110101110101111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A731F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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