Html Css Color HEX #704238 Metallic Copper

📋 copy color: '#704238'

red 112 ◦ green 66 ◦ blue 56

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

Shades of Metallic Copper #704238

Tints of Metallic Copper #704238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.93%

R = 47.86%
G = 28.21%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#704238 (or 0x704238) is known color: Metallic Copper. HEX triplet: 70, 42 and 38. RGB value is (112,66,56). Sum of RGB (Red+Green+Blue) = 112+66+56=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #704238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704238 is #8FBDC7. Grayscale: #4E4E4E. Windows color (decimal): -9420232 or 3687024. OLE color: 3687024.

HSL color Cylindrical-coordinate representation of color #704238: hue angle of 10.71º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #704238 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 66 56 -
CMYK 0 0.41 0.50 0.56
HSL 10.71º 0.33% 0.33% -
HSV(B) 10.71º 0.5% 0.44% -
XYZ 9.34 7.63 4.72 -
YUV 78.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 112 66 56 0 0.41 0.50 0.56 10.71 0.33 0.33
Hex 70 42 38 0 29 32 38 B 21 21
Octal 160 102 70 0 51 62 70 13 41 41
Binary 1110000 1000010 111000 0 101001 110010 111000 1011 100001 100001

Color Harmonies of #704238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704238

Black with #704238

Text Example


Text Example

White with #704238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704238; }

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

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

background-color css

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

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

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

border-color css

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

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

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