Html Css Color HEX #724035 Metallic Copper

📋 copy color: '#724035'

red 114 ◦ green 64 ◦ blue 53

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

Shades of Metallic Copper #724035

Tints of Metallic Copper #724035

RGB

 RED value IS 114 (44.92% from 255) = 49.35%

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

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

R = 49.35%
G = 27.71%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#724035 (or 0x724035) is known color: Metallic Copper. HEX triplet: 72, 40 and 35. RGB value is (114,64,53). Sum of RGB (Red+Green+Blue) = 114+64+53=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #724035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724035 is #8DBFCA. Grayscale: #4D4D4D. Windows color (decimal): -9289675 or 3489906. OLE color: 3489906.

HSL color Cylindrical-coordinate representation of color #724035: hue angle of 10.82º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #724035 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 64 53 -
CMYK 0 0.44 0.54 0.55
HSL 10.82º 0.37% 0.33% -
HSV(B) 10.82º 0.54% 0.45% -
XYZ 9.42 7.5 4.32 -
YUV 77.7 114.07 153.89 -
System Red Green Blue C M Y K H S L
Decimal 114 64 53 0 0.44 0.54 0.55 10.82 0.37 0.33
Hex 72 40 35 0 2C 36 37 B 25 21
Octal 162 100 65 0 54 66 67 13 45 41
Binary 1110010 1000000 110101 0 101100 110110 110111 1011 100101 100001

Color Harmonies of #724035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724035

Black with #724035

Text Example


Text Example

White with #724035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724035; }

 p { color: rgb(114,64,53); }

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

background-color css

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

 a { background-color: rgb(114,64,53); }

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

border-color css

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

 span { border-color: rgb(114,64,53); }

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