#80701F

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

Shades of Yukon Gold #80701F

Tints of Yukon Gold #80701F

Color information

#80701F (or 0x80701F) is unknown color: approx Yukon Gold. HEX triplet: 80, 70 and 1F. RGB value is (128,112,31). Sum of RGB (Red+Green+Blue) = 128+112+31=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80701F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80701F is #7F8FE0. Grayscale: #6B6B6B. Windows color (decimal): -8359905 or 2060416. OLE color: 2060416.

HSL color Cylindrical-coordinate representation of color #80701F: hue angle of 50.1º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80701F is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB12811231-
CMYK00.120.760.50
HSL50.1º61.01%31.18%-
HSV(B)50.1º75.78%50.2%-
XYZ14.9416.283.65-
YUV107.5584.8142.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.23%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 31 (12.5% from 255) = 11.44%
R=47.23%
G=41.33%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281123100.120.760.5050.161.0131.18
Hex80701F0C4C32323d1f
Octal2001603701411462627537
Binary1000000011100001111101100100110011001011001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80701F; }

 p { color: rgb(128,112,31); }

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

<style>
 a { background-color: #80701F; }

 a { background-color: rgb(128,112,31); }

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

<style>
 span { border-color: #80701F; }

 span { border-color: rgb(128,112,31); }

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