Html Css Color HEX #705037 Old Copper

📋 copy color: '#705037'

red 112 ◦ green 80 ◦ blue 55

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

Shades of Old Copper #705037

Tints of Old Copper #705037

RGB

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

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

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

R = 45.34%
G = 32.39%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#705037 (or 0x705037) is known color: Old Copper. HEX triplet: 70, 50 and 37. RGB value is (112,80,55). Sum of RGB (Red+Green+Blue) = 112+80+55=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #705037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705037 is #8FAFC8. Grayscale: #565656. Windows color (decimal): -9416649 or 3625072. OLE color: 3625072.

HSL color Cylindrical-coordinate representation of color #705037: hue angle of 26.32º 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 #705037 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 80 55 -
CMYK 0 0.29 0.51 0.56
HSL 26.32º 0.34% 0.33% -
HSV(B) 26.32º 0.51% 0.44% -
XYZ 10.24 9.46 4.9 -
YUV 86.72 110.1 146.03 -
System Red Green Blue C M Y K H S L
Decimal 112 80 55 0 0.29 0.51 0.56 26.32 0.34 0.33
Hex 70 50 37 0 1D 33 38 1A 22 21
Octal 160 120 67 0 35 63 70 32 42 41
Binary 1110000 1010000 110111 0 11101 110011 111000 11010 100010 100001

Color Harmonies of #705037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705037

Black with #705037

Text Example


Text Example

White with #705037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705037; }

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

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

background-color css

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

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

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

border-color css

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

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

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