Html Css Color HEX #724237 Metallic Copper

📋 copy color: '#724237'

red 114 ◦ green 66 ◦ blue 55

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

Shades of Metallic Copper #724237

Tints of Metallic Copper #724237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.4%

R = 48.51%
G = 28.09%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#724237 (or 0x724237) is known color: Metallic Copper. HEX triplet: 72, 42 and 37. RGB value is (114,66,55). Sum of RGB (Red+Green+Blue) = 114+66+55=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #724237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724237 is #8DBDC8. Grayscale: #4F4F4F. Windows color (decimal): -9289161 or 3621490. OLE color: 3621490.

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

Color convert

RGB 114 66 55 -
CMYK 0 0.42 0.52 0.55
HSL 11.19º 0.35% 0.33% -
HSV(B) 11.19º 0.52% 0.45% -
XYZ 9.58 7.75 4.61 -
YUV 79.1 114.4 152.89 -
System Red Green Blue C M Y K H S L
Decimal 114 66 55 0 0.42 0.52 0.55 11.19 0.35 0.33
Hex 72 42 37 0 2A 34 37 B 23 21
Octal 162 102 67 0 52 64 67 13 43 41
Binary 1110010 1000010 110111 0 101010 110100 110111 1011 100011 100001

Color Harmonies of #724237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724237

Black with #724237

Text Example


Text Example

White with #724237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724237; }

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

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

background-color css

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

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

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

border-color css

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

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

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