Html Css Color HEX #724136 Metallic Copper

📋 copy color: '#724136'

red 114 ◦ green 65 ◦ blue 54

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

Shades of Metallic Copper #724136

Tints of Metallic Copper #724136

RGB

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

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

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

R = 48.93%
G = 27.9%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#724136 (or 0x724136) is known color: Metallic Copper. HEX triplet: 72, 41 and 36. RGB value is (114,65,54). Sum of RGB (Red+Green+Blue) = 114+65+54=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #724136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724136 is #8DBEC9. Grayscale: #4E4E4E. Windows color (decimal): -9289418 or 3555698. OLE color: 3555698.

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

Color convert

RGB 114 65 54 -
CMYK 0 0.43 0.53 0.55
HSL 11º 0.36% 0.33% -
HSV(B) 11º 0.53% 0.45% -
XYZ 9.5 7.62 4.46 -
YUV 78.4 114.23 153.39 -
System Red Green Blue C M Y K H S L
Decimal 114 65 54 0 0.43 0.53 0.55 11 0.36 0.33
Hex 72 41 36 0 2B 35 37 B 24 21
Octal 162 101 66 0 53 65 67 13 44 41
Binary 1110010 1000001 110110 0 101011 110101 110111 1011 100100 100001

Color Harmonies of #724136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724136

Black with #724136

Text Example


Text Example

White with #724136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724136; }

 p { color: rgb(114,65,54); }

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

background-color css

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

 a { background-color: rgb(114,65,54); }

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

border-color css

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

 span { border-color: rgb(114,65,54); }

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