Html Css Color HEX #703A32 Metallic Copper

📋 copy color: '#703A32'

red 112 ◦ green 58 ◦ blue 50

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

Shades of Metallic Copper #703A32

Tints of Metallic Copper #703A32

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.36%

 BLUE value IS 50 (19.92% from 255) = 22.73%

R = 50.91%
G = 26.36%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#703A32 (or 0x703A32) is known color: Metallic Copper. HEX triplet: 70, 3A and 32. RGB value is (112,58,50). Sum of RGB (Red+Green+Blue) = 112+58+50=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #703A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A32 is #8FC5CD. Grayscale: #494949. Windows color (decimal): -9422286 or 3291760. OLE color: 3291760.

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

Color convert

RGB 112 58 50 -
CMYK 0 0.48 0.55 0.56
HSL 7.74º 0.38% 0.32% -
HSV(B) 7.74º 0.55% 0.44% -
XYZ 8.77 6.7 3.85 -
YUV 73.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 112 58 50 0 0.48 0.55 0.56 7.74 0.38 0.32
Hex 70 3A 32 0 30 37 38 8 26 20
Octal 160 72 62 0 60 67 70 10 46 40
Binary 1110000 111010 110010 0 110000 110111 111000 1000 100110 100000

Color Harmonies of #703A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703A32

Black with #703A32

Text Example


Text Example

White with #703A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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