Html Css Color HEX #705F0C Yukon Gold

📋 copy color: '#705F0C'

red 112 ◦ green 95 ◦ blue 12

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

Shades of Yukon Gold #705F0C

Tints of Yukon Gold #705F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.48%

R = 51.14%
G = 43.38%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#705F0C (or 0x705F0C) is known color: Yukon Gold. HEX triplet: 70, 5F and 0C. RGB value is (112,95,12). Sum of RGB (Red+Green+Blue) = 112+95+12=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #705F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705F0C is #8FA0F3. Grayscale: #5A5A5A. Windows color (decimal): -9412852 or 810864. OLE color: 810864.

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

Color convert

RGB 112 95 12 -
CMYK 0 0.15 0.89 0.56
HSL 49.8º 0.81% 0.24% -
HSV(B) 49.8º 0.89% 0.44% -
XYZ 10.84 11.66 2.03 -
YUV 90.62 83.63 143.25 -
System Red Green Blue C M Y K H S L
Decimal 112 95 12 0 0.15 0.89 0.56 49.8 0.81 0.24
Hex 70 5F C 0 F 59 38 32 51 18
Octal 160 137 14 0 17 131 70 62 121 30
Binary 1110000 1011111 1100 0 1111 1011001 111000 110010 1010001 11000

Color Harmonies of #705F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F0C

Black with #705F0C

Text Example


Text Example

White with #705F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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