Html Css Color HEX #70413A Metallic Copper

📋 copy color: '#70413A'

red 112 ◦ green 65 ◦ blue 58

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

Shades of Metallic Copper #70413A

Tints of Metallic Copper #70413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.66%

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

R = 47.66%
G = 27.66%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#70413A (or 0x70413A) is known color: Metallic Copper. HEX triplet: 70, 41 and 3A. RGB value is (112,65,58). Sum of RGB (Red+Green+Blue) = 112+65+58=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #70413A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70413A is #8FBEC5. Grayscale: #4E4E4E. Windows color (decimal): -9420486 or 3817840. OLE color: 3817840.

HSL color Cylindrical-coordinate representation of color #70413A: hue angle of 7.78º 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 #70413A is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 65 58 -
CMYK 0 0.42 0.48 0.56
HSL 7.78º 0.32% 0.33% -
HSV(B) 7.78º 0.48% 0.44% -
XYZ 9.34 7.53 4.96 -
YUV 78.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 112 65 58 0 0.42 0.48 0.56 7.78 0.32 0.33
Hex 70 41 3A 0 2A 30 38 8 20 21
Octal 160 101 72 0 52 60 70 10 40 41
Binary 1110000 1000001 111010 0 101010 110000 111000 1000 100000 100001

Color Harmonies of #70413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70413A

Black with #70413A

Text Example


Text Example

White with #70413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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