Html Css Color HEX #705D14 Yukon Gold

📋 copy color: '#705D14'

red 112 ◦ green 93 ◦ blue 20

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

Shades of Yukon Gold #705D14

Tints of Yukon Gold #705D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.89%

R = 49.78%
G = 41.33%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#705D14 (or 0x705D14) is known color: Yukon Gold. HEX triplet: 70, 5D and 14. RGB value is (112,93,20). Sum of RGB (Red+Green+Blue) = 112+93+20=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #705D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705D14 is #8FA2EB. Grayscale: #5A5A5A. Windows color (decimal): -9413356 or 1334640. OLE color: 1334640.

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

Color convert

RGB 112 93 20 -
CMYK 0 0.17 0.82 0.56
HSL 47.61º 0.7% 0.26% -
HSV(B) 47.61º 0.82% 0.44% -
XYZ 10.72 11.32 2.28 -
YUV 90.36 88.29 143.44 -
System Red Green Blue C M Y K H S L
Decimal 112 93 20 0 0.17 0.82 0.56 47.61 0.7 0.26
Hex 70 5D 14 0 11 52 38 30 46 1A
Octal 160 135 24 0 21 122 70 60 106 32
Binary 1110000 1011101 10100 0 10001 1010010 111000 110000 1000110 11010

Color Harmonies of #705D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D14

Black with #705D14

Text Example


Text Example

White with #705D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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