#795F1D

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

Shades of Yukon Gold #795F1D

Tints of Yukon Gold #795F1D

Color information

#795F1D (or 0x795F1D) is unknown color: approx Yukon Gold. HEX triplet: 79, 5F and 1D. RGB value is (121,95,29). Sum of RGB (Red+Green+Blue) = 121+95+29=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #795F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795F1D is #86A0E2. Grayscale: #5F5F5F. Windows color (decimal): -8823011 or 1924985. OLE color: 1924985.

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

Color convert

RGB1219529-
CMYK00.210.760.53
HSL43.04º61.33%29.41%-
HSV(B)43.04º76.03%47.45%-
XYZ12.212.342.9-
YUV95.2590.61146.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.39%
GREEN value IS 95 (37.5% from 255) = 38.78%
BLUE value IS 29 (11.72% from 255) = 11.84%
R=49.39%
G=38.78%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121952900.210.760.5343.0461.3329.41
Hex795F1D0154C352b3d1d
Octal1711373502511465537535
Binary1111001101111111101010101100110011010110101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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