#705D14

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

Shades of Yukon Gold #705D14

Tints of Yukon Gold #705D14

Color information

#705D14 (or 0x705D14) is unknown color: approx Yukon Gold. HEX triplet: 70, 5D and 14. RGB value is (112,93,20). Sum of RGB (Red+Green+Blue) = 112+93+20=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #705D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705D14 is #8FA2EB. Grayscale: #5A5A5A. Windows color (decimal): -9413356 or 1334640. OLE color: 1334640.

HSL color Cylindrical-coordinate representation of color #705D14: hue angle of 47.61º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #705D14 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB1129320-
CMYK00.170.820.56
HSL47.61º69.7%25.88%-
HSV(B)47.61º82.14%43.92%-
XYZ10.7211.322.28-
YUV90.3688.29143.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 93 (36.72% from 255) = 41.33%
BLUE value IS 20 (8.20% from 255) = 8.89%
R=49.78%
G=41.33%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112932000.170.820.5647.6169.725.88
Hex705D14011523830461a
Octal16013524021122706010632
Binary11100001011101101000100011010010111000110000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705D14; }

 p { color: rgb(112,93,20); }

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

<style>
 a { background-color: #705D14; }

 a { background-color: rgb(112,93,20); }

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

<style>
 span { border-color: #705D14; }

 span { border-color: rgb(112,93,20); }

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