#795D10

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

Shades of Yukon Gold #795D10

Tints of Yukon Gold #795D10

Color information

#795D10 (or 0x795D10) is unknown color: approx Yukon Gold. HEX triplet: 79, 5D and 10. RGB value is (121,93,16). Sum of RGB (Red+Green+Blue) = 121+93+16=230 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.61% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 121 - color contains mainly: red. Hex color #795D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795D10 is #86A2EF. Grayscale: #5C5C5C. Windows color (decimal): -8823536 or 1072505. OLE color: 1072505.

HSL color Cylindrical-coordinate representation of color #795D10: hue angle of 44º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #795D10 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1219316-
CMYK00.230.870.53
HSL44º76.64%26.86%-
HSV(B)44º86.78%47.45%-
XYZ11.8911.932.17-
YUV92.5984.78148.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.61%
GREEN value IS 93 (36.72% from 255) = 40.43%
BLUE value IS 16 (6.64% from 255) = 6.96%
R=52.61%
G=40.43%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121931600.230.870.534476.6426.86
Hex795D1001757352c4d1b
Octal17113520027127655411533
Binary11110011011101100000101111010111110101101100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795D10; }

 p { color: rgb(121,93,16); }

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

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

 a { background-color: rgb(121,93,16); }

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

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

 span { border-color: rgb(121,93,16); }

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