Html Css Color HEX #715D13 Yukon Gold

📋 copy color: '#715D13'

red 113 ◦ green 93 ◦ blue 19

#715D13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #715D13

Tints of Yukon Gold #715D13

RGB

 RED value IS 113 (44.53% from 255) = 50.22%

 GREEN value IS 93 (36.72% from 255) = 41.33%

 BLUE value IS 19 (7.81% from 255) = 8.44%

R = 50.22%
G = 41.33%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#715D13 (or 0x715D13) is known color: Yukon Gold. HEX triplet: 71, 5D and 13. RGB value is (113,93,19). Sum of RGB (Red+Green+Blue) = 113+93+19=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #715D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715D13 is #8EA2EC. Grayscale: #5A5A5A. Windows color (decimal): -9347821 or 1269105. OLE color: 1269105.

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

Color convert

RGB 113 93 19 -
CMYK 0 0.18 0.83 0.56
HSL 47.23º 0.71% 0.26% -
HSV(B) 47.23º 0.83% 0.44% -
XYZ 10.84 11.39 2.24 -
YUV 90.54 87.63 144.02 -
System Red Green Blue C M Y K H S L
Decimal 113 93 19 0 0.18 0.83 0.56 47.23 0.71 0.26
Hex 71 5D 13 0 12 53 38 2F 47 1A
Octal 161 135 23 0 22 123 70 57 107 32
Binary 1110001 1011101 10011 0 10010 1010011 111000 101111 1000111 11010

Color Harmonies of #715D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715D13

Black with #715D13

Text Example


Text Example

White with #715D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #715D13;
 }
 .AnyTagClassName
 {
   color: #715D13;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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