Html Css Color HEX #705039 Old Copper

📋 copy color: '#705039'

red 112 ◦ green 80 ◦ blue 57

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

Shades of Old Copper #705039

Tints of Old Copper #705039

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.13%

 BLUE value IS 57 (22.66% from 255) = 22.89%

R = 44.98%
G = 32.13%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#705039 (or 0x705039) is known color: Old Copper. HEX triplet: 70, 50 and 39. RGB value is (112,80,57). Sum of RGB (Red+Green+Blue) = 112+80+57=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #705039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705039 is #8FAFC6. Grayscale: #575757. Windows color (decimal): -9416647 or 3756144. OLE color: 3756144.

HSL color Cylindrical-coordinate representation of color #705039: hue angle of 25.09º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #705039 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 80 57 -
CMYK 0 0.29 0.49 0.56
HSL 25.09º 0.33% 0.33% -
HSV(B) 25.09º 0.49% 0.44% -
XYZ 10.29 9.48 5.16 -
YUV 86.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 112 80 57 0 0.29 0.49 0.56 25.09 0.33 0.33
Hex 70 50 39 0 1D 31 38 19 21 21
Octal 160 120 71 0 35 61 70 31 41 41
Binary 1110000 1010000 111001 0 11101 110001 111000 11001 100001 100001

Color Harmonies of #705039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705039

Black with #705039

Text Example


Text Example

White with #705039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705039; }

 p { color: rgb(112,80,57); }

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

background-color css

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

 a { background-color: rgb(112,80,57); }

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

border-color css

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

 span { border-color: rgb(112,80,57); }

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