Html Css Color HEX #703B32 Metallic Copper

📋 copy color: '#703B32'

red 112 ◦ green 59 ◦ blue 50

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

Shades of Metallic Copper #703B32

Tints of Metallic Copper #703B32

RGB

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

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

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

R = 50.68%
G = 26.7%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#703B32 (or 0x703B32) is known color: Metallic Copper. HEX triplet: 70, 3B and 32. RGB value is (112,59,50). Sum of RGB (Red+Green+Blue) = 112+59+50=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #703B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B32 is #8FC4CD. Grayscale: #494949. Windows color (decimal): -9422030 or 3292016. OLE color: 3292016.

HSL color Cylindrical-coordinate representation of color #703B32: hue angle of 8.71º 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 #703B32 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 59 50 -
CMYK 0 0.47 0.55 0.56
HSL 8.71º 0.38% 0.32% -
HSV(B) 8.71º 0.55% 0.44% -
XYZ 8.82 6.8 3.87 -
YUV 73.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 112 59 50 0 0.47 0.55 0.56 8.71 0.38 0.32
Hex 70 3B 32 0 2F 37 38 9 26 20
Octal 160 73 62 0 57 67 70 11 46 40
Binary 1110000 111011 110010 0 101111 110111 111000 1001 100110 100000

Color Harmonies of #703B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703B32

Black with #703B32

Text Example


Text Example

White with #703B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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