Html Css Color HEX #70423A Metallic Copper

📋 copy color: '#70423A'

red 112 ◦ green 66 ◦ blue 58

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

Shades of Metallic Copper #70423A

Tints of Metallic Copper #70423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.97%

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

R = 47.46%
G = 27.97%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#70423A (or 0x70423A) is known color: Metallic Copper. HEX triplet: 70, 42 and 3A. RGB value is (112,66,58). Sum of RGB (Red+Green+Blue) = 112+66+58=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #70423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70423A is #8FBDC5. Grayscale: #4E4E4E. Windows color (decimal): -9420230 or 3818096. OLE color: 3818096.

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

Color convert

RGB 112 66 58 -
CMYK 0 0.41 0.48 0.56
HSL 8.89º 0.32% 0.33% -
HSV(B) 8.89º 0.48% 0.44% -
XYZ 9.39 7.65 4.98 -
YUV 78.84 116.24 151.65 -
System Red Green Blue C M Y K H S L
Decimal 112 66 58 0 0.41 0.48 0.56 8.89 0.32 0.33
Hex 70 42 3A 0 29 30 38 9 20 21
Octal 160 102 72 0 51 60 70 11 40 41
Binary 1110000 1000010 111010 0 101001 110000 111000 1001 100000 100001

Color Harmonies of #70423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70423A

Black with #70423A

Text Example


Text Example

White with #70423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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