Html Css Color HEX #725340 Old Copper

📋 copy color: '#725340'

red 114 ◦ green 83 ◦ blue 64

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

Shades of Old Copper #725340

Tints of Old Copper #725340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.8%

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

R = 43.68%
G = 31.8%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#725340 (or 0x725340) is known color: Old Copper. HEX triplet: 72, 53 and 40. RGB value is (114,83,64). Sum of RGB (Red+Green+Blue) = 114+83+64=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #725340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725340 is #8DACBF. Grayscale: #5A5A5A. Windows color (decimal): -9284800 or 4215666. OLE color: 4215666.

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

Color convert

RGB 114 83 64 -
CMYK 0 0.27 0.44 0.55
HSL 22.8º 0.28% 0.35% -
HSV(B) 22.8º 0.44% 0.45% -
XYZ 10.96 10.13 6.23 -
YUV 90.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 114 83 64 0 0.27 0.44 0.55 22.8 0.28 0.35
Hex 72 53 40 0 1B 2C 37 17 1C 23
Octal 162 123 100 0 33 54 67 27 34 43
Binary 1110010 1010011 1000000 0 11011 101100 110111 10111 11100 100011

Color Harmonies of #725340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725340

Black with #725340

Text Example


Text Example

White with #725340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725340; }

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

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

background-color css

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

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

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

border-color css

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

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

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