Html Css Color HEX #715E12 Yukon Gold

📋 copy color: '#715E12'

red 113 ◦ green 94 ◦ blue 18

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

Shades of Yukon Gold #715E12

Tints of Yukon Gold #715E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8%

R = 50.22%
G = 41.78%
B = 8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#715E12 (or 0x715E12) is known color: Yukon Gold. HEX triplet: 71, 5E and 12. RGB value is (113,94,18). Sum of RGB (Red+Green+Blue) = 113+94+18=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #715E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715E12 is #8EA1ED. Grayscale: #5B5B5B. Windows color (decimal): -9347566 or 1203825. OLE color: 1203825.

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

Color convert

RGB 113 94 18 -
CMYK 0 0.17 0.84 0.56
HSL 48º 0.73% 0.26% -
HSV(B) 48º 0.84% 0.44% -
XYZ 10.92 11.56 2.23 -
YUV 91.02 86.79 143.68 -
System Red Green Blue C M Y K H S L
Decimal 113 94 18 0 0.17 0.84 0.56 48 0.73 0.26
Hex 71 5E 12 0 11 54 38 30 49 1A
Octal 161 136 22 0 21 124 70 60 111 32
Binary 1110001 1011110 10010 0 10001 1010100 111000 110000 1001001 11010

Color Harmonies of #715E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715E12

Black with #715E12

Text Example


Text Example

White with #715E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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