Html Css Color HEX #725440 Old Copper

📋 copy color: '#725440'

red 114 ◦ green 84 ◦ blue 64

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

Shades of Old Copper #725440

Tints of Old Copper #725440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.06%

 BLUE value IS 64 (25.39% from 255) = 24.43%

R = 43.51%
G = 32.06%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#725440 (or 0x725440) is known color: Old Copper. HEX triplet: 72, 54 and 40. RGB value is (114,84,64). Sum of RGB (Red+Green+Blue) = 114+84+64=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #725440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725440 is #8DABBF. Grayscale: #5A5A5A. Windows color (decimal): -9284544 or 4215922. OLE color: 4215922.

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

Color convert

RGB 114 84 64 -
CMYK 0 0.26 0.44 0.55
HSL 24º 0.28% 0.35% -
HSV(B) 24º 0.44% 0.45% -
XYZ 11.04 10.29 6.25 -
YUV 90.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 114 84 64 0 0.26 0.44 0.55 24 0.28 0.35
Hex 72 54 40 0 1A 2C 37 18 1C 23
Octal 162 124 100 0 32 54 67 30 34 43
Binary 1110010 1010100 1000000 0 11010 101100 110111 11000 11100 100011

Color Harmonies of #725440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725440

Black with #725440

Text Example


Text Example

White with #725440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725440; }

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

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

background-color css

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

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

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

border-color css

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

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

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