#705F1A

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

Shades of Yukon Gold #705F1A

Tints of Yukon Gold #705F1A

Color information

#705F1A (or 0x705F1A) is unknown color: approx Yukon Gold. HEX triplet: 70, 5F and 1A. RGB value is (112,95,26). Sum of RGB (Red+Green+Blue) = 112+95+26=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #705F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F1A is #8FA0E5. Grayscale: #5C5C5C. Windows color (decimal): -9412838 or 1728368. OLE color: 1728368.

HSL color Cylindrical-coordinate representation of color #705F1A: hue angle of 48.14º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #705F1A is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1129526-
CMYK00.150.770.56
HSL48.14º62.32%27.06%-
HSV(B)48.14º76.79%43.92%-
XYZ10.9611.72.66-
YUV92.2290.63142.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 95 (37.5% from 255) = 40.77%
BLUE value IS 26 (10.55% from 255) = 11.16%
R=48.07%
G=40.77%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112952600.150.770.5648.1462.3227.06
Hex705F1A0F4D38303e1b
Octal1601373201711570607633
Binary111000010111111101001111100110111100011000011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,95,26); }

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

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

 a { background-color: rgb(112,95,26); }

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

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

 span { border-color: rgb(112,95,26); }

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