Html Css Color HEX #705F11 Yukon Gold

📋 copy color: '#705F11'

red 112 ◦ green 95 ◦ blue 17

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

Shades of Yukon Gold #705F11

Tints of Yukon Gold #705F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.59%

R = 50%
G = 42.41%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#705F11 (or 0x705F11) is known color: Yukon Gold. HEX triplet: 70, 5F and 11. RGB value is (112,95,17). Sum of RGB (Red+Green+Blue) = 112+95+17=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #705F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705F11 is #8FA0EE. Grayscale: #5B5B5B. Windows color (decimal): -9412847 or 1138544. OLE color: 1138544.

HSL color Cylindrical-coordinate representation of color #705F11: hue angle of 49.26º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #705F11 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 95 17 -
CMYK 0 0.15 0.85 0.56
HSL 49.26º 0.74% 0.25% -
HSV(B) 49.26º 0.85% 0.44% -
XYZ 10.88 11.67 2.21 -
YUV 91.19 86.13 142.84 -
System Red Green Blue C M Y K H S L
Decimal 112 95 17 0 0.15 0.85 0.56 49.26 0.74 0.25
Hex 70 5F 11 0 F 55 38 31 4A 19
Octal 160 137 21 0 17 125 70 61 112 31
Binary 1110000 1011111 10001 0 1111 1010101 111000 110001 1001010 11001

Color Harmonies of #705F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F11

Black with #705F11

Text Example


Text Example

White with #705F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,95,17); }

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

background-color css

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

 a { background-color: rgb(112,95,17); }

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

border-color css

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

 span { border-color: rgb(112,95,17); }

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