Html Css Color HEX #725540 Old Copper

📋 copy color: '#725540'

red 114 ◦ green 85 ◦ blue 64

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

Shades of Old Copper #725540

Tints of Old Copper #725540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.32%

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

R = 43.35%
G = 32.32%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#725540 (or 0x725540) is known color: Old Copper. HEX triplet: 72, 55 and 40. RGB value is (114,85,64). Sum of RGB (Red+Green+Blue) = 114+85+64=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #725540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725540 is #8DAABF. Grayscale: #5B5B5B. Windows color (decimal): -9284288 or 4216178. OLE color: 4216178.

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

Color convert

RGB 114 85 64 -
CMYK 0 0.25 0.44 0.55
HSL 25.2º 0.28% 0.35% -
HSV(B) 25.2º 0.44% 0.45% -
XYZ 11.11 10.44 6.28 -
YUV 91.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 114 85 64 0 0.25 0.44 0.55 25.2 0.28 0.35
Hex 72 55 40 0 19 2C 37 19 1C 23
Octal 162 125 100 0 31 54 67 31 34 43
Binary 1110010 1010101 1000000 0 11001 101100 110111 11001 11100 100011

Color Harmonies of #725540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725540

Black with #725540

Text Example


Text Example

White with #725540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725540; }

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

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

background-color css

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

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

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

border-color css

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

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

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