Html Css Color HEX #715F1A Yukon Gold

📋 copy color: '#715F1A'

red 113 ◦ green 95 ◦ blue 26

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

Shades of Yukon Gold #715F1A

Tints of Yukon Gold #715F1A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.6%

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

R = 48.29%
G = 40.6%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#715F1A (or 0x715F1A) is known color: Yukon Gold. HEX triplet: 71, 5F and 1A. RGB value is (113,95,26). Sum of RGB (Red+Green+Blue) = 113+95+26=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #715F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715F1A is #8EA0E5. Grayscale: #5C5C5C. Windows color (decimal): -9347302 or 1728369. OLE color: 1728369.

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

Color convert

RGB 113 95 26 -
CMYK 0 0.16 0.77 0.56
HSL 47.59º 0.63% 0.27% -
HSV(B) 47.59º 0.77% 0.44% -
XYZ 11.09 11.77 2.66 -
YUV 92.52 90.46 142.61 -
System Red Green Blue C M Y K H S L
Decimal 113 95 26 0 0.16 0.77 0.56 47.59 0.63 0.27
Hex 71 5F 1A 0 10 4D 38 30 3F 1B
Octal 161 137 32 0 20 115 70 60 77 33
Binary 1110001 1011111 11010 0 10000 1001101 111000 110000 111111 11011

Color Harmonies of #715F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715F1A

Black with #715F1A

Text Example


Text Example

White with #715F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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