Html Css Color HEX #703E33 Metallic Copper

📋 copy color: '#703E33'

red 112 ◦ green 62 ◦ blue 51

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

Shades of Metallic Copper #703E33

Tints of Metallic Copper #703E33

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.56%

 BLUE value IS 51 (20.31% from 255) = 22.67%

R = 49.78%
G = 27.56%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#703E33 (or 0x703E33) is known color: Metallic Copper. HEX triplet: 70, 3E and 33. RGB value is (112,62,51). Sum of RGB (Red+Green+Blue) = 112+62+51=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #703E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E33 is #8FC1CC. Grayscale: #4B4B4B. Windows color (decimal): -9421261 or 3358320. OLE color: 3358320.

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

Color convert

RGB 112 62 51 -
CMYK 0 0.45 0.54 0.56
HSL 10.82º 0.37% 0.32% -
HSV(B) 10.82º 0.54% 0.44% -
XYZ 9 7.13 4.03 -
YUV 75.7 114.07 153.89 -
System Red Green Blue C M Y K H S L
Decimal 112 62 51 0 0.45 0.54 0.56 10.82 0.37 0.32
Hex 70 3E 33 0 2D 36 38 B 25 20
Octal 160 76 63 0 55 66 70 13 45 40
Binary 1110000 111110 110011 0 101101 110110 111000 1011 100101 100000

Color Harmonies of #703E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703E33

Black with #703E33

Text Example


Text Example

White with #703E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,62,51); }

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

background-color css

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

 a { background-color: rgb(112,62,51); }

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

border-color css

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

 span { border-color: rgb(112,62,51); }

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