Html Css Color HEX #705035 Old Copper

📋 copy color: '#705035'

red 112 ◦ green 80 ◦ blue 53

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

Shades of Old Copper #705035

Tints of Old Copper #705035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.63%

R = 45.71%
G = 32.65%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#705035 (or 0x705035) is known color: Old Copper. HEX triplet: 70, 50 and 35. RGB value is (112,80,53). Sum of RGB (Red+Green+Blue) = 112+80+53=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #705035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705035 is #8FAFCA. Grayscale: #565656. Windows color (decimal): -9416651 or 3494000. OLE color: 3494000.

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

Color convert

RGB 112 80 53 -
CMYK 0 0.29 0.53 0.56
HSL 27.46º 0.36% 0.32% -
HSV(B) 27.46º 0.53% 0.44% -
XYZ 10.19 9.44 4.65 -
YUV 86.49 109.1 146.2 -
System Red Green Blue C M Y K H S L
Decimal 112 80 53 0 0.29 0.53 0.56 27.46 0.36 0.32
Hex 70 50 35 0 1D 35 38 1B 24 20
Octal 160 120 65 0 35 65 70 33 44 40
Binary 1110000 1010000 110101 0 11101 110101 111000 11011 100100 100000

Color Harmonies of #705035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705035

Black with #705035

Text Example


Text Example

White with #705035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705035; }

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

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

background-color css

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

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

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

border-color css

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

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

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