Html Css Color HEX #725032 Old Copper

📋 copy color: '#725032'

red 114 ◦ green 80 ◦ blue 50

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

Shades of Old Copper #725032

Tints of Old Copper #725032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.49%

R = 46.72%
G = 32.79%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#725032 (or 0x725032) is known color: Old Copper. HEX triplet: 72, 50 and 32. RGB value is (114,80,50). Sum of RGB (Red+Green+Blue) = 114+80+50=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #725032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725032 is #8DAFCD. Grayscale: #565656. Windows color (decimal): -9285582 or 3297394. OLE color: 3297394.

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

Color convert

RGB 114 80 50 -
CMYK 0 0.30 0.56 0.55
HSL 28.13º 0.39% 0.32% -
HSV(B) 28.13º 0.56% 0.45% -
XYZ 10.38 9.55 4.31 -
YUV 86.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 114 80 50 0 0.30 0.56 0.55 28.13 0.39 0.32
Hex 72 50 32 0 1E 38 37 1C 27 20
Octal 162 120 62 0 36 70 67 34 47 40
Binary 1110010 1010000 110010 0 11110 111000 110111 11100 100111 100000

Color Harmonies of #725032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725032

Black with #725032

Text Example


Text Example

White with #725032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725032; }

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

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

background-color css

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

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

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

border-color css

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

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

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