Html Css Color HEX #723C31 Metallic Copper

📋 copy color: '#723C31'

red 114 ◦ green 60 ◦ blue 49

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

Shades of Metallic Copper #723C31

Tints of Metallic Copper #723C31

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.91%

 BLUE value IS 49 (19.53% from 255) = 21.97%

R = 51.12%
G = 26.91%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#723C31 (or 0x723C31) is known color: Metallic Copper. HEX triplet: 72, 3C and 31. RGB value is (114,60,49). Sum of RGB (Red+Green+Blue) = 114+60+49=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #723C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723C31 is #8DC3CE. Grayscale: #4A4A4A. Windows color (decimal): -9290703 or 3226738. OLE color: 3226738.

HSL color Cylindrical-coordinate representation of color #723C31: hue angle of 10.15º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #723C31 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 60 49 -
CMYK 0 0.47 0.57 0.55
HSL 10.15º 0.4% 0.32% -
HSV(B) 10.15º 0.57% 0.45% -
XYZ 9.11 7.03 3.78 -
YUV 74.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 114 60 49 0 0.47 0.57 0.55 10.15 0.4 0.32
Hex 72 3C 31 0 2F 39 37 A 28 20
Octal 162 74 61 0 57 71 67 12 50 40
Binary 1110010 111100 110001 0 101111 111001 110111 1010 101000 100000

Color Harmonies of #723C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723C31

Black with #723C31

Text Example


Text Example

White with #723C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723C31; }

 p { color: rgb(114,60,49); }

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

background-color css

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

 a { background-color: rgb(114,60,49); }

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

border-color css

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

 span { border-color: rgb(114,60,49); }

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