Html Css Color HEX #703B34 Metallic Copper

📋 copy color: '#703B34'

red 112 ◦ green 59 ◦ blue 52

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

Shades of Metallic Copper #703B34

Tints of Metallic Copper #703B34

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.46%

 BLUE value IS 52 (20.7% from 255) = 23.32%

R = 50.22%
G = 26.46%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#703B34 (or 0x703B34) is known color: Metallic Copper. HEX triplet: 70, 3B and 34. RGB value is (112,59,52). Sum of RGB (Red+Green+Blue) = 112+59+52=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #703B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B34 is #8FC4CB. Grayscale: #4A4A4A. Windows color (decimal): -9422028 or 3423088. OLE color: 3423088.

HSL color Cylindrical-coordinate representation of color #703B34: hue angle of 7º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #703B34 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 59 52 -
CMYK 0 0.47 0.54 0.56
HSL 0.37% 0.32% -
HSV(B) 0.54% 0.44% -
XYZ 8.87 6.82 4.1 -
YUV 74.05 115.56 155.07 -
System Red Green Blue C M Y K H S L
Decimal 112 59 52 0 0.47 0.54 0.56 7 0.37 0.32
Hex 70 3B 34 0 2F 36 38 7 25 20
Octal 160 73 64 0 57 66 70 7 45 40
Binary 1110000 111011 110100 0 101111 110110 111000 111 100101 100000

Color Harmonies of #703B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703B34

Black with #703B34

Text Example


Text Example

White with #703B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703B34; }

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

 H1.HeaderClassName
 {
   color: #703B34;
 }
 .AnyTagClassName
 {
   color: #703B34;
 }
</style>

background-color css

<style>
 a { background-color: #703B34; }

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

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

border-color css

<style>
 span { border-color: #703B34; }

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

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