Html Css Color HEX #725240 Old Copper

📋 copy color: '#725240'

red 114 ◦ green 82 ◦ blue 64

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

Shades of Old Copper #725240

Tints of Old Copper #725240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.54%

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

R = 43.85%
G = 31.54%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#725240 (or 0x725240) is known color: Old Copper. HEX triplet: 72, 52 and 40. RGB value is (114,82,64). Sum of RGB (Red+Green+Blue) = 114+82+64=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #725240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725240 is #8DADBF. Grayscale: #595959. Windows color (decimal): -9285056 or 4215410. OLE color: 4215410.

HSL color Cylindrical-coordinate representation of color #725240: hue angle of 21.6º 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 #725240 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 82 64 -
CMYK 0 0.28 0.44 0.55
HSL 21.6º 0.28% 0.35% -
HSV(B) 21.6º 0.44% 0.45% -
XYZ 10.88 9.98 6.2 -
YUV 89.52 113.6 145.46 -
System Red Green Blue C M Y K H S L
Decimal 114 82 64 0 0.28 0.44 0.55 21.6 0.28 0.35
Hex 72 52 40 0 1C 2C 37 16 1C 23
Octal 162 122 100 0 34 54 67 26 34 43
Binary 1110010 1010010 1000000 0 11100 101100 110111 10110 11100 100011

Color Harmonies of #725240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725240

Black with #725240

Text Example


Text Example

White with #725240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725240; }

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

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

background-color css

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

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

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

border-color css

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

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

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