#807120

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

Shades of Yukon Gold #807120

Tints of Yukon Gold #807120

Color information

#807120 (or 0x807120) is unknown color: approx Yukon Gold. HEX triplet: 80, 71 and 20. RGB value is (128,113,32). Sum of RGB (Red+Green+Blue) = 128+113+32=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #807120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807120 is #7F8EDF. Grayscale: #6C6C6C. Windows color (decimal): -8359648 or 2126208. OLE color: 2126208.

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

Color convert

RGB12811332-
CMYK00.120.750.50
HSL50.62º60%31.37%-
HSV(B)50.62º75%50.2%-
XYZ15.0716.53.76-
YUV108.2584.97142.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.89%
GREEN value IS 113 (44.53% from 255) = 41.39%
BLUE value IS 32 (12.89% from 255) = 11.72%
R=46.89%
G=41.39%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281133200.120.750.5050.626031.37
Hex8071200C4B32333c1f
Octal2001614001411362637437
Binary10000000111000110000001100100101111001011001111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807120; }

 p { color: rgb(128,113,32); }

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

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

 a { background-color: rgb(128,113,32); }

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

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

 span { border-color: rgb(128,113,32); }

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