Html Css Color HEX #70503B Old Copper

📋 copy color: '#70503B'

red 112 ◦ green 80 ◦ blue 59

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

Shades of Old Copper #70503B

Tints of Old Copper #70503B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.51%

R = 44.62%
G = 31.87%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#70503B (or 0x70503B) is known color: Old Copper. HEX triplet: 70, 50 and 3B. RGB value is (112,80,59). Sum of RGB (Red+Green+Blue) = 112+80+59=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #70503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70503B is #8FAFC4. Grayscale: #575757. Windows color (decimal): -9416645 or 3887216. OLE color: 3887216.

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

Color convert

RGB 112 80 59 -
CMYK 0 0.29 0.47 0.56
HSL 23.77º 0.31% 0.34% -
HSV(B) 23.77º 0.47% 0.44% -
XYZ 10.34 9.5 5.43 -
YUV 87.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 112 80 59 0 0.29 0.47 0.56 23.77 0.31 0.34
Hex 70 50 3B 0 1D 2F 38 18 1F 22
Octal 160 120 73 0 35 57 70 30 37 42
Binary 1110000 1010000 111011 0 11101 101111 111000 11000 11111 100010

Color Harmonies of #70503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70503B

Black with #70503B

Text Example


Text Example

White with #70503B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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