Html Css Color HEX #807120 Yukon Gold

📋 copy color: '#807120'

red 128 ◦ green 113 ◦ blue 32

#807120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #807120

Tints of Yukon Gold #807120

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 value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#807120 (or 0x807120) is known color: 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

RGB 128 113 32 -
CMYK 0 0.12 0.75 0.50
HSL 50.63º 0.6% 0.31% -
HSV(B) 50.63º 0.75% 0.5% -
XYZ 15.07 16.5 3.76 -
YUV 108.25 84.97 142.09 -
System Red Green Blue C M Y K H S L
Decimal 128 113 32 0 0.12 0.75 0.50 50.63 0.6 0.31
Hex 80 71 20 0 C 4B 32 33 3C 1F
Octal 200 161 40 0 14 113 62 63 74 37
Binary 10000000 1110001 100000 0 1100 1001011 110010 110011 111100 11111

Color Harmonies of #807120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807120

Black with #807120

Text Example


Text Example

White with #807120

Text Example


Text Example

HTML Codes & Css Web 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>