#715E1A

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

Shades of Yukon Gold #715E1A

Tints of Yukon Gold #715E1A

Color information

#715E1A (or 0x715E1A) is unknown color: approx Yukon Gold. HEX triplet: 71, 5E and 1A. RGB value is (113,94,26). Sum of RGB (Red+Green+Blue) = 113+94+26=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #715E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715E1A is #8EA1E5. Grayscale: #5C5C5C. Windows color (decimal): -9347558 or 1728113. OLE color: 1728113.

HSL color Cylindrical-coordinate representation of color #715E1A: hue angle of 46.9º degrees, saturation: 0.63, 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 #715E1A is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1139426-
CMYK00.170.770.56
HSL46.9º62.59%27.25%-
HSV(B)46.9º76.99%44.31%-
XYZ1111.592.63-
YUV91.9390.79143.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.50%
GREEN value IS 94 (37.11% from 255) = 40.34%
BLUE value IS 26 (10.55% from 255) = 11.16%
R=48.50%
G=40.34%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113942600.170.770.5646.962.5927.25
Hex715E1A0114D382f3f1b
Octal1611363202111570577733
Binary1110001101111011010010001100110111100010111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715E1A; }

 p { color: rgb(113,94,26); }

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

<style>
 a { background-color: #715E1A; }

 a { background-color: rgb(113,94,26); }

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

<style>
 span { border-color: #715E1A; }

 span { border-color: rgb(113,94,26); }

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