Html Css Color HEX #703E36 Metallic Copper

📋 copy color: '#703E36'

red 112 ◦ green 62 ◦ blue 54

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

Shades of Metallic Copper #703E36

Tints of Metallic Copper #703E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 23.68%

R = 49.12%
G = 27.19%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#703E36 (or 0x703E36) is known color: Metallic Copper. HEX triplet: 70, 3E and 36. RGB value is (112,62,54). Sum of RGB (Red+Green+Blue) = 112+62+54=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #703E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E36 is #8FC1C9. Grayscale: #4C4C4C. Windows color (decimal): -9421258 or 3554928. OLE color: 3554928.

HSL color Cylindrical-coordinate representation of color #703E36: hue angle of 8.28º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #703E36 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 62 54 -
CMYK 0 0.45 0.52 0.56
HSL 8.28º 0.35% 0.33% -
HSV(B) 8.28º 0.52% 0.44% -
XYZ 9.07 7.16 4.39 -
YUV 76.04 115.57 153.65 -
System Red Green Blue C M Y K H S L
Decimal 112 62 54 0 0.45 0.52 0.56 8.28 0.35 0.33
Hex 70 3E 36 0 2D 34 38 8 23 21
Octal 160 76 66 0 55 64 70 10 43 41
Binary 1110000 111110 110110 0 101101 110100 111000 1000 100011 100001

Color Harmonies of #703E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703E36

Black with #703E36

Text Example


Text Example

White with #703E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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