Html Css Color HEX #725442 Old Copper

📋 copy color: '#725442'

red 114 ◦ green 84 ◦ blue 66

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

Shades of Old Copper #725442

Tints of Old Copper #725442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.82%

 BLUE value IS 66 (26.17% from 255) = 25%

R = 43.18%
G = 31.82%
B = 25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#725442 (or 0x725442) is known color: Old Copper. HEX triplet: 72, 54 and 42. RGB value is (114,84,66). Sum of RGB (Red+Green+Blue) = 114+84+66=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #725442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725442 is #8DABBD. Grayscale: #5B5B5B. Windows color (decimal): -9284542 or 4346994. OLE color: 4346994.

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

Color convert

RGB 114 84 66 -
CMYK 0 0.26 0.42 0.55
HSL 22.5º 0.27% 0.35% -
HSV(B) 22.5º 0.42% 0.45% -
XYZ 11.09 10.31 6.56 -
YUV 90.92 113.94 144.46 -
System Red Green Blue C M Y K H S L
Decimal 114 84 66 0 0.26 0.42 0.55 22.5 0.27 0.35
Hex 72 54 42 0 1A 2A 37 16 1B 23
Octal 162 124 102 0 32 52 67 26 33 43
Binary 1110010 1010100 1000010 0 11010 101010 110111 10110 11011 100011

Color Harmonies of #725442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725442

Black with #725442

Text Example


Text Example

White with #725442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725442; }

 p { color: rgb(114,84,66); }

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

background-color css

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

 a { background-color: rgb(114,84,66); }

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

border-color css

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

 span { border-color: rgb(114,84,66); }

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