Html Css Color HEX #705E19 Yukon Gold

📋 copy color: '#705E19'

red 112 ◦ green 94 ◦ blue 25

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

Shades of Yukon Gold #705E19

Tints of Yukon Gold #705E19

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.69%

 BLUE value IS 25 (10.16% from 255) = 10.82%

R = 48.48%
G = 40.69%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#705E19 (or 0x705E19) is known color: Yukon Gold. HEX triplet: 70, 5E and 19. RGB value is (112,94,25). Sum of RGB (Red+Green+Blue) = 112+94+25=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #705E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705E19 is #8FA1E6. Grayscale: #5B5B5B. Windows color (decimal): -9413095 or 1662576. OLE color: 1662576.

HSL color Cylindrical-coordinate representation of color #705E19: hue angle of 47.59º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #705E19 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 94 25 -
CMYK 0 0.16 0.78 0.56
HSL 47.59º 0.64% 0.27% -
HSV(B) 47.59º 0.78% 0.44% -
XYZ 10.86 11.52 2.57 -
YUV 91.52 90.46 142.61 -
System Red Green Blue C M Y K H S L
Decimal 112 94 25 0 0.16 0.78 0.56 47.59 0.64 0.27
Hex 70 5E 19 0 10 4E 38 30 40 1B
Octal 160 136 31 0 20 116 70 60 100 33
Binary 1110000 1011110 11001 0 10000 1001110 111000 110000 1000000 11011

Color Harmonies of #705E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E19

Black with #705E19

Text Example


Text Example

White with #705E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,94,25); }

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

background-color css

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

 a { background-color: rgb(112,94,25); }

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

border-color css

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

 span { border-color: rgb(112,94,25); }

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