Html Css Color HEX #704336 Metallic Copper

📋 copy color: '#704336'

red 112 ◦ green 67 ◦ blue 54

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

Shades of Metallic Copper #704336

Tints of Metallic Copper #704336

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.76%

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

R = 48.07%
G = 28.76%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#704336 (or 0x704336) is known color: Metallic Copper. HEX triplet: 70, 43 and 36. RGB value is (112,67,54). Sum of RGB (Red+Green+Blue) = 112+67+54=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #704336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704336 is #8FBCC9. Grayscale: #4F4F4F. Windows color (decimal): -9419978 or 3556208. OLE color: 3556208.

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

Color convert

RGB 112 67 54 -
CMYK 0 0.40 0.52 0.56
HSL 13.45º 0.35% 0.33% -
HSV(B) 13.45º 0.52% 0.44% -
XYZ 9.36 7.73 4.49 -
YUV 78.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 112 67 54 0 0.40 0.52 0.56 13.45 0.35 0.33
Hex 70 43 36 0 28 34 38 D 23 21
Octal 160 103 66 0 50 64 70 15 43 41
Binary 1110000 1000011 110110 0 101000 110100 111000 1101 100011 100001

Color Harmonies of #704336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704336

Black with #704336

Text Example


Text Example

White with #704336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704336; }

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

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

background-color css

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

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

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

border-color css

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

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

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