#715D19

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

Shades of Yukon Gold #715D19

Tints of Yukon Gold #715D19

Color information

#715D19 (or 0x715D19) is unknown color: approx Yukon Gold. HEX triplet: 71, 5D and 19. RGB value is (113,93,25). Sum of RGB (Red+Green+Blue) = 113+93+25=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #715D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715D19 is #8EA2E6. Grayscale: #5B5B5B. Windows color (decimal): -9347815 or 1662321. OLE color: 1662321.

HSL color Cylindrical-coordinate representation of color #715D19: hue angle of 46.36º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #715D19 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB1139325-
CMYK00.180.780.56
HSL46.36º63.77%27.06%-
HSV(B)46.36º77.88%44.31%-
XYZ10.911.412.55-
YUV91.2390.63143.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.92%
GREEN value IS 93 (36.72% from 255) = 40.26%
BLUE value IS 25 (10.16% from 255) = 10.82%
R=48.92%
G=40.26%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113932500.180.780.5646.3663.7727.06
Hex715D190124E382e401b
Octal16113531022116705610033
Binary11100011011101110010100101001110111000101110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,93,25); }

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

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

 a { background-color: rgb(113,93,25); }

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

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

 span { border-color: rgb(113,93,25); }

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