Html Css Color HEX #704135 Metallic Copper

📋 copy color: '#704135'

red 112 ◦ green 65 ◦ blue 53

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

Shades of Metallic Copper #704135

Tints of Metallic Copper #704135

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.26%

 BLUE value IS 53 (21.09% from 255) = 23.04%

R = 48.7%
G = 28.26%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#704135 (or 0x704135) is known color: Metallic Copper. HEX triplet: 70, 41 and 35. RGB value is (112,65,53). Sum of RGB (Red+Green+Blue) = 112+65+53=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #704135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704135 is #8FBECA. Grayscale: #4D4D4D. Windows color (decimal): -9420491 or 3490160. OLE color: 3490160.

HSL color Cylindrical-coordinate representation of color #704135: hue angle of 12.2º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #704135 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 65 53 -
CMYK 0 0.42 0.53 0.56
HSL 12.2º 0.36% 0.32% -
HSV(B) 12.2º 0.53% 0.44% -
XYZ 9.21 7.48 4.33 -
YUV 77.69 114.07 152.48 -
System Red Green Blue C M Y K H S L
Decimal 112 65 53 0 0.42 0.53 0.56 12.2 0.36 0.32
Hex 70 41 35 0 2A 35 38 C 24 20
Octal 160 101 65 0 52 65 70 14 44 40
Binary 1110000 1000001 110101 0 101010 110101 111000 1100 100100 100000

Color Harmonies of #704135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704135

Black with #704135

Text Example


Text Example

White with #704135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704135; }

 p { color: rgb(112,65,53); }

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

background-color css

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

 a { background-color: rgb(112,65,53); }

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

border-color css

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

 span { border-color: rgb(112,65,53); }

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