Html Css Color HEX #704033 Metallic Copper

📋 copy color: '#704033'

red 112 ◦ green 64 ◦ blue 51

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

Shades of Metallic Copper #704033

Tints of Metallic Copper #704033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.19%

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

R = 49.34%
G = 28.19%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#704033 (or 0x704033) is known color: Metallic Copper. HEX triplet: 70, 40 and 33. RGB value is (112,64,51). Sum of RGB (Red+Green+Blue) = 112+64+51=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #704033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704033 is #8FBFCC. Grayscale: #4C4C4C. Windows color (decimal): -9420749 or 3358832. OLE color: 3358832.

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

Color convert

RGB 112 64 51 -
CMYK 0 0.43 0.54 0.56
HSL 12.79º 0.37% 0.32% -
HSV(B) 12.79º 0.54% 0.44% -
XYZ 9.11 7.35 4.07 -
YUV 76.87 113.4 153.06 -
System Red Green Blue C M Y K H S L
Decimal 112 64 51 0 0.43 0.54 0.56 12.79 0.37 0.32
Hex 70 40 33 0 2B 36 38 D 25 20
Octal 160 100 63 0 53 66 70 15 45 40
Binary 1110000 1000000 110011 0 101011 110110 111000 1101 100101 100000

Color Harmonies of #704033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704033

Black with #704033

Text Example


Text Example

White with #704033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704033; }

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

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

background-color css

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

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

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

border-color css

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

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

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