Html Css Color HEX #705139 Old Copper

📋 copy color: '#705139'

red 112 ◦ green 81 ◦ blue 57

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

Shades of Old Copper #705139

Tints of Old Copper #705139

RGB

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

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

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

R = 44.8%
G = 32.4%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#705139 (or 0x705139) is known color: Old Copper. HEX triplet: 70, 51 and 39. RGB value is (112,81,57). Sum of RGB (Red+Green+Blue) = 112+81+57=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #705139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705139 is #8FAEC6. Grayscale: #575757. Windows color (decimal): -9416391 or 3756400. OLE color: 3756400.

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

Color convert

RGB 112 81 57 -
CMYK 0 0.28 0.49 0.56
HSL 26.18º 0.33% 0.33% -
HSV(B) 26.18º 0.49% 0.44% -
XYZ 10.36 9.63 5.18 -
YUV 87.53 110.77 145.45 -
System Red Green Blue C M Y K H S L
Decimal 112 81 57 0 0.28 0.49 0.56 26.18 0.33 0.33
Hex 70 51 39 0 1C 31 38 1A 21 21
Octal 160 121 71 0 34 61 70 32 41 41
Binary 1110000 1010001 111001 0 11100 110001 111000 11010 100001 100001

Color Harmonies of #705139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705139

Black with #705139

Text Example


Text Example

White with #705139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705139; }

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

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

background-color css

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

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

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

border-color css

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

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

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