Html Css Color HEX #705D13 Yukon Gold

📋 copy color: '#705D13'

red 112 ◦ green 93 ◦ blue 19

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

Shades of Yukon Gold #705D13

Tints of Yukon Gold #705D13

RGB

 RED value IS 112 (44.14% from 255) = 50%

 GREEN value IS 93 (36.72% from 255) = 41.52%

 BLUE value IS 19 (7.81% from 255) = 8.48%

R = 50%
G = 41.52%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#705D13 (or 0x705D13) is known color: Yukon Gold. HEX triplet: 70, 5D and 13. RGB value is (112,93,19). Sum of RGB (Red+Green+Blue) = 112+93+19=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #705D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705D13 is #8FA2EC. Grayscale: #5A5A5A. Windows color (decimal): -9413357 or 1269104. OLE color: 1269104.

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

Color convert

RGB 112 93 19 -
CMYK 0 0.17 0.83 0.56
HSL 47.74º 0.71% 0.26% -
HSV(B) 47.74º 0.83% 0.44% -
XYZ 10.71 11.32 2.24 -
YUV 90.25 87.79 143.52 -
System Red Green Blue C M Y K H S L
Decimal 112 93 19 0 0.17 0.83 0.56 47.74 0.71 0.26
Hex 70 5D 13 0 11 53 38 30 47 1A
Octal 160 135 23 0 21 123 70 60 107 32
Binary 1110000 1011101 10011 0 10001 1010011 111000 110000 1000111 11010

Color Harmonies of #705D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D13

Black with #705D13

Text Example


Text Example

White with #705D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705D13; }

 p { color: rgb(112,93,19); }

 H1.HeaderClassName
 {
   color: #705D13;
 }
 .AnyTagClassName
 {
   color: #705D13;
 }
</style>

background-color css

<style>
 a { background-color: #705D13; }

 a { background-color: rgb(112,93,19); }

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

border-color css

<style>
 span { border-color: #705D13; }

 span { border-color: rgb(112,93,19); }

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