Html Css Color HEX #725134 Old Copper

📋 copy color: '#725134'

red 114 ◦ green 81 ◦ blue 52

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

Shades of Old Copper #725134

Tints of Old Copper #725134

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.79%

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

R = 46.15%
G = 32.79%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#725134 (or 0x725134) is known color: Old Copper. HEX triplet: 72, 51 and 34. RGB value is (114,81,52). Sum of RGB (Red+Green+Blue) = 114+81+52=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #725134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725134 is #8DAECB. Grayscale: #575757. Windows color (decimal): -9285324 or 3428722. OLE color: 3428722.

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

Color convert

RGB 114 81 52 -
CMYK 0 0.29 0.54 0.55
HSL 28.06º 0.37% 0.33% -
HSV(B) 28.06º 0.54% 0.45% -
XYZ 10.5 9.71 4.57 -
YUV 87.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 114 81 52 0 0.29 0.54 0.55 28.06 0.37 0.33
Hex 72 51 34 0 1D 36 37 1C 25 21
Octal 162 121 64 0 35 66 67 34 45 41
Binary 1110010 1010001 110100 0 11101 110110 110111 11100 100101 100001

Color Harmonies of #725134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725134

Black with #725134

Text Example


Text Example

White with #725134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725134; }

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

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

background-color css

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

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

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

border-color css

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

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

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