Html Css Color HEX #725541 Old Copper

📋 copy color: '#725541'

red 114 ◦ green 85 ◦ blue 65

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

Shades of Old Copper #725541

Tints of Old Copper #725541

RGB

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

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

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

R = 43.18%
G = 32.2%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#725541 (or 0x725541) is known color: Old Copper. HEX triplet: 72, 55 and 41. RGB value is (114,85,65). Sum of RGB (Red+Green+Blue) = 114+85+65=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #725541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725541 is #8DAABE. Grayscale: #5B5B5B. Windows color (decimal): -9284287 or 4281714. OLE color: 4281714.

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

Color convert

RGB 114 85 65 -
CMYK 0 0.25 0.43 0.55
HSL 24.49º 0.27% 0.35% -
HSV(B) 24.49º 0.43% 0.45% -
XYZ 11.14 10.46 6.43 -
YUV 91.39 113.11 144.13 -
System Red Green Blue C M Y K H S L
Decimal 114 85 65 0 0.25 0.43 0.55 24.49 0.27 0.35
Hex 72 55 41 0 19 2B 37 18 1B 23
Octal 162 125 101 0 31 53 67 30 33 43
Binary 1110010 1010101 1000001 0 11001 101011 110111 11000 11011 100011

Color Harmonies of #725541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725541

Black with #725541

Text Example


Text Example

White with #725541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725541; }

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

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

background-color css

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

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

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

border-color css

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

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

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