#705D17

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

Shades of Yukon Gold #705D17

Tints of Yukon Gold #705D17

Color information

#705D17 (or 0x705D17) is unknown color: approx Yukon Gold. HEX triplet: 70, 5D and 17. RGB value is (112,93,23). Sum of RGB (Red+Green+Blue) = 112+93+23=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 23 (9.38% from 255 or 10.09% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #705D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705D17 is #8FA2E8. Grayscale: #5B5B5B. Windows color (decimal): -9413353 or 1531248. OLE color: 1531248.

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

Color convert

RGB1129323-
CMYK00.170.790.56
HSL47.19º65.93%26.47%-
HSV(B)47.19º79.46%43.92%-
XYZ10.7511.342.43-
YUV90.789.79143.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.12%
GREEN value IS 93 (36.72% from 255) = 40.79%
BLUE value IS 23 (9.38% from 255) = 10.09%
R=49.12%
G=40.79%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112932300.170.790.5647.1965.9326.47
Hex705D170114F382f421a
Octal16013527021117705710232
Binary11100001011101101110100011001111111000101111100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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