Html Css Color HEX #705339 Old Copper

📋 copy color: '#705339'

red 112 ◦ green 83 ◦ blue 57

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

Shades of Old Copper #705339

Tints of Old Copper #705339

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.94%

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

R = 44.44%
G = 32.94%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#705339 (or 0x705339) is known color: Old Copper. HEX triplet: 70, 53 and 39. RGB value is (112,83,57). Sum of RGB (Red+Green+Blue) = 112+83+57=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #705339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705339 is #8FACC6. Grayscale: #585858. Windows color (decimal): -9415879 or 3756912. OLE color: 3756912.

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

Color convert

RGB 112 83 57 -
CMYK 0 0.26 0.49 0.56
HSL 28.36º 0.33% 0.33% -
HSV(B) 28.36º 0.49% 0.44% -
XYZ 10.51 9.93 5.23 -
YUV 88.71 110.11 144.61 -
System Red Green Blue C M Y K H S L
Decimal 112 83 57 0 0.26 0.49 0.56 28.36 0.33 0.33
Hex 70 53 39 0 1A 31 38 1C 21 21
Octal 160 123 71 0 32 61 70 34 41 41
Binary 1110000 1010011 111001 0 11010 110001 111000 11100 100001 100001

Color Harmonies of #705339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705339

Black with #705339

Text Example


Text Example

White with #705339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705339; }

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

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

background-color css

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

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

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

border-color css

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

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

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