#795F13

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

Shades of Yukon Gold #795F13

Tints of Yukon Gold #795F13

Color information

#795F13 (or 0x795F13) is unknown color: approx Yukon Gold. HEX triplet: 79, 5F and 13. RGB value is (121,95,19). Sum of RGB (Red+Green+Blue) = 121+95+19=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #795F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795F13 is #86A0EC. Grayscale: #5E5E5E. Windows color (decimal): -8823021 or 1269625. OLE color: 1269625.

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

Color convert

RGB1219519-
CMYK00.210.840.53
HSL44.71º72.86%27.45%-
HSV(B)44.71º84.3%47.45%-
XYZ12.0912.32.35-
YUV94.1185.61147.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.49%
GREEN value IS 95 (37.5% from 255) = 40.43%
BLUE value IS 19 (7.81% from 255) = 8.09%
R=51.49%
G=40.43%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121951900.210.840.5344.7172.8627.45
Hex795F1301554352d491b
Octal17113723025124655511133
Binary11110011011111100110101011010100110101101101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,95,19); }

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

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

 a { background-color: rgb(121,95,19); }

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

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

 span { border-color: rgb(121,95,19); }

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