Html Css Color HEX #715F0D Yukon Gold

📋 copy color: '#715F0D'

red 113 ◦ green 95 ◦ blue 13

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

Shades of Yukon Gold #715F0D

Tints of Yukon Gold #715F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.88%

R = 51.13%
G = 42.99%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#715F0D (or 0x715F0D) is known color: Yukon Gold. HEX triplet: 71, 5F and 0D. RGB value is (113,95,13). Sum of RGB (Red+Green+Blue) = 113+95+13=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #715F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715F0D is #8EA0F2. Grayscale: #5B5B5B. Windows color (decimal): -9347315 or 876401. OLE color: 876401.

HSL color Cylindrical-coordinate representation of color #715F0D: hue angle of 49.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #715F0D is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 95 13 -
CMYK 0 0.16 0.88 0.56
HSL 49.2º 0.79% 0.25% -
HSV(B) 49.2º 0.88% 0.44% -
XYZ 10.97 11.72 2.07 -
YUV 91.03 83.96 143.67 -
System Red Green Blue C M Y K H S L
Decimal 113 95 13 0 0.16 0.88 0.56 49.2 0.79 0.25
Hex 71 5F D 0 10 58 38 31 4F 19
Octal 161 137 15 0 20 130 70 61 117 31
Binary 1110001 1011111 1101 0 10000 1011000 111000 110001 1001111 11001

Color Harmonies of #715F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715F0D

Black with #715F0D

Text Example


Text Example

White with #715F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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