Html Css Color HEX #704236 Metallic Copper

📋 copy color: '#704236'

red 112 ◦ green 66 ◦ blue 54

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

Shades of Metallic Copper #704236

Tints of Metallic Copper #704236

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.45%

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

R = 48.28%
G = 28.45%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#704236 (or 0x704236) is known color: Metallic Copper. HEX triplet: 70, 42 and 36. RGB value is (112,66,54). Sum of RGB (Red+Green+Blue) = 112+66+54=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #704236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704236 is #8FBDC9. Grayscale: #4E4E4E. Windows color (decimal): -9420234 or 3555952. OLE color: 3555952.

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

Color convert

RGB 112 66 54 -
CMYK 0 0.41 0.52 0.56
HSL 12.41º 0.35% 0.33% -
HSV(B) 12.41º 0.52% 0.44% -
XYZ 9.3 7.61 4.47 -
YUV 78.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 112 66 54 0 0.41 0.52 0.56 12.41 0.35 0.33
Hex 70 42 36 0 29 34 38 C 23 21
Octal 160 102 66 0 51 64 70 14 43 41
Binary 1110000 1000010 110110 0 101001 110100 111000 1100 100011 100001

Color Harmonies of #704236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704236

Black with #704236

Text Example


Text Example

White with #704236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704236; }

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

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

background-color css

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

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

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

border-color css

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

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

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