Html Css Color HEX #724033 Metallic Copper

📋 copy color: '#724033'

red 114 ◦ green 64 ◦ blue 51

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

Shades of Metallic Copper #724033

Tints of Metallic Copper #724033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.27%

R = 49.78%
G = 27.95%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#724033 (or 0x724033) is known color: Metallic Copper. HEX triplet: 72, 40 and 33. RGB value is (114,64,51). Sum of RGB (Red+Green+Blue) = 114+64+51=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #724033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724033 is #8DBFCC. Grayscale: #4D4D4D. Windows color (decimal): -9289677 or 3358834. OLE color: 3358834.

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

Color convert

RGB 114 64 51 -
CMYK 0 0.44 0.55 0.55
HSL 12.38º 0.38% 0.32% -
HSV(B) 12.38º 0.55% 0.45% -
XYZ 9.37 7.48 4.08 -
YUV 77.47 113.07 154.06 -
System Red Green Blue C M Y K H S L
Decimal 114 64 51 0 0.44 0.55 0.55 12.38 0.38 0.32
Hex 72 40 33 0 2C 37 37 C 26 20
Octal 162 100 63 0 54 67 67 14 46 40
Binary 1110010 1000000 110011 0 101100 110111 110111 1100 100110 100000

Color Harmonies of #724033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724033

Black with #724033

Text Example


Text Example

White with #724033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724033; }

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

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

background-color css

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

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

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

border-color css

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

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

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