#795C14

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

Shades of Yukon Gold #795C14

Tints of Yukon Gold #795C14

Color information

#795C14 (or 0x795C14) is unknown color: approx Yukon Gold. HEX triplet: 79, 5C and 14. RGB value is (121,92,20). Sum of RGB (Red+Green+Blue) = 121+92+20=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #795C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795C14 is #86A3EB. Grayscale: #5C5C5C. Windows color (decimal): -8823788 or 1334393. OLE color: 1334393.

HSL color Cylindrical-coordinate representation of color #795C14: hue angle of 42.77º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #795C14 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB1219220-
CMYK00.240.830.53
HSL42.77º71.63%27.65%-
HSV(B)42.77º83.47%47.45%-
XYZ11.8411.772.31-
YUV92.4687.11148.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.93%
GREEN value IS 92 (36.33% from 255) = 39.48%
BLUE value IS 20 (8.20% from 255) = 8.58%
R=51.93%
G=39.48%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121922000.240.830.5342.7771.6327.65
Hex795C1401853352b481c
Octal17113424030123655311034
Binary11110011011100101000110001010011110101101011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,92,20); }

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

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

 a { background-color: rgb(121,92,20); }

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

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

 span { border-color: rgb(121,92,20); }

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