#795D1C

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

Shades of Yukon Gold #795D1C

Tints of Yukon Gold #795D1C

Color information

#795D1C (or 0x795D1C) is unknown color: approx Yukon Gold. HEX triplet: 79, 5D and 1C. RGB value is (121,93,28). Sum of RGB (Red+Green+Blue) = 121+93+28=242 (32% of max value = 765). Red value is 121 (47.66% from 255 or 50% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 121 - color contains mainly: red. Hex color #795D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795D1C is #86A2E3. Grayscale: #5E5E5E. Windows color (decimal): -8823524 or 1858937. OLE color: 1858937.

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

Color convert

RGB1219328-
CMYK00.230.770.53
HSL41.94º62.42%29.22%-
HSV(B)41.94º76.86%47.45%-
XYZ12.0111.982.78-
YUV93.9690.78147.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50%
GREEN value IS 93 (36.72% from 255) = 38.43%
BLUE value IS 28 (11.33% from 255) = 11.57%
R=50%
G=38.43%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121932800.230.770.5341.9462.4229.22
Hex795D1C0174D352a3e1d
Octal1711353402711565527635
Binary1111001101110111100010111100110111010110101011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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