Html Css Color HEX #725034 Old Copper

📋 copy color: '#725034'

red 114 ◦ green 80 ◦ blue 52

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

Shades of Old Copper #725034

Tints of Old Copper #725034

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.52%

 BLUE value IS 52 (20.7% from 255) = 21.14%

R = 46.34%
G = 32.52%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#725034 (or 0x725034) is known color: Old Copper. HEX triplet: 72, 50 and 34. RGB value is (114,80,52). Sum of RGB (Red+Green+Blue) = 114+80+52=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #725034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725034 is #8DAFCB. Grayscale: #575757. Windows color (decimal): -9285580 or 3428466. OLE color: 3428466.

HSL color Cylindrical-coordinate representation of color #725034: hue angle of 27.1º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #725034 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 80 52 -
CMYK 0 0.30 0.54 0.55
HSL 27.1º 0.37% 0.33% -
HSV(B) 27.1º 0.54% 0.45% -
XYZ 10.43 9.56 4.54 -
YUV 86.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 114 80 52 0 0.30 0.54 0.55 27.1 0.37 0.33
Hex 72 50 34 0 1E 36 37 1B 25 21
Octal 162 120 64 0 36 66 67 33 45 41
Binary 1110010 1010000 110100 0 11110 110110 110111 11011 100101 100001

Color Harmonies of #725034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725034

Black with #725034

Text Example


Text Example

White with #725034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725034; }

 p { color: rgb(114,80,52); }

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

background-color css

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

 a { background-color: rgb(114,80,52); }

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

border-color css

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

 span { border-color: rgb(114,80,52); }

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