Html Css Color HEX #725341 Old Copper

📋 copy color: '#725341'

red 114 ◦ green 83 ◦ blue 65

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

Shades of Old Copper #725341

Tints of Old Copper #725341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.81%

R = 43.51%
G = 31.68%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#725341 (or 0x725341) is known color: Old Copper. HEX triplet: 72, 53 and 41. RGB value is (114,83,65). Sum of RGB (Red+Green+Blue) = 114+83+65=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #725341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725341 is #8DACBE. Grayscale: #5A5A5A. Windows color (decimal): -9284799 or 4281202. OLE color: 4281202.

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

Color convert

RGB 114 83 65 -
CMYK 0 0.27 0.43 0.55
HSL 22.04º 0.27% 0.35% -
HSV(B) 22.04º 0.43% 0.45% -
XYZ 10.99 10.15 6.38 -
YUV 90.22 113.77 144.96 -
System Red Green Blue C M Y K H S L
Decimal 114 83 65 0 0.27 0.43 0.55 22.04 0.27 0.35
Hex 72 53 41 0 1B 2B 37 16 1B 23
Octal 162 123 101 0 33 53 67 26 33 43
Binary 1110010 1010011 1000001 0 11011 101011 110111 10110 11011 100011

Color Harmonies of #725341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725341

Black with #725341

Text Example


Text Example

White with #725341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725341; }

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

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

background-color css

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

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

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

border-color css

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

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

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