Html Css Color HEX #715E19 Yukon Gold

📋 copy color: '#715E19'

red 113 ◦ green 94 ◦ blue 25

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

Shades of Yukon Gold #715E19

Tints of Yukon Gold #715E19

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.52%

 BLUE value IS 25 (10.16% from 255) = 10.78%

R = 48.71%
G = 40.52%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#715E19 (or 0x715E19) is known color: Yukon Gold. HEX triplet: 71, 5E and 19. RGB value is (113,94,25). Sum of RGB (Red+Green+Blue) = 113+94+25=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #715E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715E19 is #8EA1E6. Grayscale: #5C5C5C. Windows color (decimal): -9347559 or 1662577. OLE color: 1662577.

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

Color convert

RGB 113 94 25 -
CMYK 0 0.17 0.78 0.56
HSL 47.05º 0.64% 0.27% -
HSV(B) 47.05º 0.78% 0.44% -
XYZ 10.99 11.59 2.58 -
YUV 91.82 90.29 143.11 -
System Red Green Blue C M Y K H S L
Decimal 113 94 25 0 0.17 0.78 0.56 47.05 0.64 0.27
Hex 71 5E 19 0 11 4E 38 2F 40 1B
Octal 161 136 31 0 21 116 70 57 100 33
Binary 1110001 1011110 11001 0 10001 1001110 111000 101111 1000000 11011

Color Harmonies of #715E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715E19

Black with #715E19

Text Example


Text Example

White with #715E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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