Html Css Color HEX #70503C Old Copper

📋 copy color: '#70503C'

red 112 ◦ green 80 ◦ blue 60

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

Shades of Old Copper #70503C

Tints of Old Copper #70503C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.81%

R = 44.44%
G = 31.75%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70503C (or 0x70503C) is known color: Old Copper. HEX triplet: 70, 50 and 3C. RGB value is (112,80,60). Sum of RGB (Red+Green+Blue) = 112+80+60=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #70503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70503C is #8FAFC3. Grayscale: #575757. Windows color (decimal): -9416644 or 3952752. OLE color: 3952752.

HSL color Cylindrical-coordinate representation of color #70503C: hue angle of 23.08º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70503C is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 80 60 -
CMYK 0 0.29 0.46 0.56
HSL 23.08º 0.3% 0.34% -
HSV(B) 23.08º 0.46% 0.44% -
XYZ 10.37 9.51 5.56 -
YUV 87.29 112.6 145.63 -
System Red Green Blue C M Y K H S L
Decimal 112 80 60 0 0.29 0.46 0.56 23.08 0.3 0.34
Hex 70 50 3C 0 1D 2E 38 17 1E 22
Octal 160 120 74 0 35 56 70 27 36 42
Binary 1110000 1010000 111100 0 11101 101110 111000 10111 11110 100010

Color Harmonies of #70503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70503C

Black with #70503C

Text Example


Text Example

White with #70503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70503C; }

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

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

background-color css

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

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

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

border-color css

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

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

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