Html Css Color HEX #715E1A Yukon Gold

📋 copy color: '#715E1A'

red 113 ◦ green 94 ◦ blue 26

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

Shades of Yukon Gold #715E1A

Tints of Yukon Gold #715E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.16%

R = 48.5%
G = 40.34%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#715E1A (or 0x715E1A) is known color: Yukon Gold. HEX triplet: 71, 5E and 1A. RGB value is (113,94,26). Sum of RGB (Red+Green+Blue) = 113+94+26=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #715E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715E1A is #8EA1E5. Grayscale: #5C5C5C. Windows color (decimal): -9347558 or 1728113. OLE color: 1728113.

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

Color convert

RGB 113 94 26 -
CMYK 0 0.17 0.77 0.56
HSL 46.9º 0.63% 0.27% -
HSV(B) 46.9º 0.77% 0.44% -
XYZ 11 11.59 2.63 -
YUV 91.93 90.79 143.03 -
System Red Green Blue C M Y K H S L
Decimal 113 94 26 0 0.17 0.77 0.56 46.9 0.63 0.27
Hex 71 5E 1A 0 11 4D 38 2F 3F 1B
Octal 161 136 32 0 21 115 70 57 77 33
Binary 1110001 1011110 11010 0 10001 1001101 111000 101111 111111 11011

Color Harmonies of #715E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715E1A

Black with #715E1A

Text Example


Text Example

White with #715E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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