Html Css Color HEX #715D17 Yukon Gold

📋 copy color: '#715D17'

red 113 ◦ green 93 ◦ blue 23

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

Shades of Yukon Gold #715D17

Tints of Yukon Gold #715D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.04%

R = 49.34%
G = 40.61%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#715D17 (or 0x715D17) is known color: Yukon Gold. HEX triplet: 71, 5D and 17. RGB value is (113,93,23). Sum of RGB (Red+Green+Blue) = 113+93+23=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 23 (9.38% from 255 or 10.04% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #715D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715D17 is #8EA2E8. Grayscale: #5B5B5B. Windows color (decimal): -9347817 or 1531249. OLE color: 1531249.

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

Color convert

RGB 113 93 23 -
CMYK 0 0.18 0.80 0.56
HSL 46.67º 0.66% 0.27% -
HSV(B) 46.67º 0.8% 0.44% -
XYZ 10.88 11.4 2.44 -
YUV 91 89.63 143.69 -
System Red Green Blue C M Y K H S L
Decimal 113 93 23 0 0.18 0.80 0.56 46.67 0.66 0.27
Hex 71 5D 17 0 12 50 38 2F 42 1B
Octal 161 135 27 0 22 120 70 57 102 33
Binary 1110001 1011101 10111 0 10010 1010000 111000 101111 1000010 11011

Color Harmonies of #715D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715D17

Black with #715D17

Text Example


Text Example

White with #715D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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