Html Css Color HEX #705137 Old Copper

📋 copy color: '#705137'

red 112 ◦ green 81 ◦ blue 55

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

Shades of Old Copper #705137

Tints of Old Copper #705137

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.66%

 BLUE value IS 55 (21.88% from 255) = 22.18%

R = 45.16%
G = 32.66%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#705137 (or 0x705137) is known color: Old Copper. HEX triplet: 70, 51 and 37. RGB value is (112,81,55). Sum of RGB (Red+Green+Blue) = 112+81+55=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #705137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705137 is #8FAEC8. Grayscale: #575757. Windows color (decimal): -9416393 or 3625328. OLE color: 3625328.

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

Color convert

RGB 112 81 55 -
CMYK 0 0.28 0.51 0.56
HSL 27.37º 0.34% 0.33% -
HSV(B) 27.37º 0.51% 0.44% -
XYZ 10.31 9.61 4.92 -
YUV 87.31 109.77 145.61 -
System Red Green Blue C M Y K H S L
Decimal 112 81 55 0 0.28 0.51 0.56 27.37 0.34 0.33
Hex 70 51 37 0 1C 33 38 1B 22 21
Octal 160 121 67 0 34 63 70 33 42 41
Binary 1110000 1010001 110111 0 11100 110011 111000 11011 100010 100001

Color Harmonies of #705137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705137

Black with #705137

Text Example


Text Example

White with #705137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705137; }

 p { color: rgb(112,81,55); }

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

background-color css

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

 a { background-color: rgb(112,81,55); }

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

border-color css

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

 span { border-color: rgb(112,81,55); }

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