Html Css Color HEX #724235 Metallic Copper

📋 copy color: '#724235'

red 114 ◦ green 66 ◦ blue 53

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

Shades of Metallic Copper #724235

Tints of Metallic Copper #724235

RGB

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

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

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

R = 48.93%
G = 28.33%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#724235 (or 0x724235) is known color: Metallic Copper. HEX triplet: 72, 42 and 35. RGB value is (114,66,53). Sum of RGB (Red+Green+Blue) = 114+66+53=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #724235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724235 is #8DBDCA. Grayscale: #4E4E4E. Windows color (decimal): -9289163 or 3490418. OLE color: 3490418.

HSL color Cylindrical-coordinate representation of color #724235: hue angle of 12.79º 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 #724235 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 66 53 -
CMYK 0 0.42 0.54 0.55
HSL 12.79º 0.37% 0.33% -
HSV(B) 12.79º 0.54% 0.45% -
XYZ 9.53 7.73 4.36 -
YUV 78.87 113.4 153.06 -
System Red Green Blue C M Y K H S L
Decimal 114 66 53 0 0.42 0.54 0.55 12.79 0.37 0.33
Hex 72 42 35 0 2A 36 37 D 25 21
Octal 162 102 65 0 52 66 67 15 45 41
Binary 1110010 1000010 110101 0 101010 110110 110111 1101 100101 100001

Color Harmonies of #724235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724235

Black with #724235

Text Example


Text Example

White with #724235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724235; }

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

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

background-color css

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

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

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

border-color css

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

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

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