#796420

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

Shades of Yukon Gold #796420

Tints of Yukon Gold #796420

Color information

#796420 (or 0x796420) is unknown color: approx Yukon Gold. HEX triplet: 79, 64 and 20. RGB value is (121,100,32). Sum of RGB (Red+Green+Blue) = 121+100+32=253 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.83% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 121 - color contains mainly: red. Hex color #796420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796420 is #869BDF. Grayscale: #626262. Windows color (decimal): -8821728 or 2122873. OLE color: 2122873.

HSL color Cylindrical-coordinate representation of color #796420: hue angle of 45.84º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #796420 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB12110032-
CMYK00.170.740.53
HSL45.84º58.17%30%-
HSV(B)45.84º73.55%47.45%-
XYZ12.713.283.26-
YUV98.5390.46144.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.83%
GREEN value IS 100 (39.45% from 255) = 39.53%
BLUE value IS 32 (12.89% from 255) = 12.65%
R=47.83%
G=39.53%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211003200.170.740.5345.8458.1730
Hex7964200114A352e3a1e
Octal1711444002111265567236
Binary11110011100100100000010001100101011010110111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796420; }

 p { color: rgb(121,100,32); }

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

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

 a { background-color: rgb(121,100,32); }

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

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

 span { border-color: rgb(121,100,32); }

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