Html Css Color HEX #70503A Old Copper

📋 copy color: '#70503A'

red 112 ◦ green 80 ◦ blue 58

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

Shades of Old Copper #70503A

Tints of Old Copper #70503A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.2%

R = 44.8%
G = 32%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#70503A (or 0x70503A) is known color: Old Copper. HEX triplet: 70, 50 and 3A. RGB value is (112,80,58). Sum of RGB (Red+Green+Blue) = 112+80+58=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #70503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70503A is #8FAFC5. Grayscale: #575757. Windows color (decimal): -9416646 or 3821680. OLE color: 3821680.

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

Color convert

RGB 112 80 58 -
CMYK 0 0.29 0.48 0.56
HSL 24.44º 0.32% 0.33% -
HSV(B) 24.44º 0.48% 0.44% -
XYZ 10.31 9.49 5.29 -
YUV 87.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 112 80 58 0 0.29 0.48 0.56 24.44 0.32 0.33
Hex 70 50 3A 0 1D 30 38 18 20 21
Octal 160 120 72 0 35 60 70 30 40 41
Binary 1110000 1010000 111010 0 11101 110000 111000 11000 100000 100001

Color Harmonies of #70503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70503A

Black with #70503A

Text Example


Text Example

White with #70503A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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