Html Css Color HEX #725241 Old Copper

📋 copy color: '#725241'

red 114 ◦ green 82 ◦ blue 65

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

Shades of Old Copper #725241

Tints of Old Copper #725241

RGB

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

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

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

R = 43.68%
G = 31.42%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#725241 (or 0x725241) is known color: Old Copper. HEX triplet: 72, 52 and 41. RGB value is (114,82,65). Sum of RGB (Red+Green+Blue) = 114+82+65=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #725241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725241 is #8DADBE. Grayscale: #595959. Windows color (decimal): -9285055 or 4280946. OLE color: 4280946.

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

Color convert

RGB 114 82 65 -
CMYK 0 0.28 0.43 0.55
HSL 20.82º 0.27% 0.35% -
HSV(B) 20.82º 0.43% 0.45% -
XYZ 10.91 9.99 6.35 -
YUV 89.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 114 82 65 0 0.28 0.43 0.55 20.82 0.27 0.35
Hex 72 52 41 0 1C 2B 37 15 1B 23
Octal 162 122 101 0 34 53 67 25 33 43
Binary 1110010 1010010 1000001 0 11100 101011 110111 10101 11011 100011

Color Harmonies of #725241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725241

Black with #725241

Text Example


Text Example

White with #725241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725241; }

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

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

background-color css

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

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

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

border-color css

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

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

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