Html Css Color HEX #725137 Old Copper

📋 copy color: '#725137'

red 114 ◦ green 81 ◦ blue 55

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

Shades of Old Copper #725137

Tints of Old Copper #725137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22%

R = 45.6%
G = 32.4%
B = 22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#725137 (or 0x725137) is known color: Old Copper. HEX triplet: 72, 51 and 37. RGB value is (114,81,55). Sum of RGB (Red+Green+Blue) = 114+81+55=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #725137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725137 is #8DAEC8. Grayscale: #585858. Windows color (decimal): -9285321 or 3625330. OLE color: 3625330.

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

Color convert

RGB 114 81 55 -
CMYK 0 0.29 0.52 0.55
HSL 26.44º 0.35% 0.33% -
HSV(B) 26.44º 0.52% 0.45% -
XYZ 10.57 9.74 4.94 -
YUV 87.9 109.43 146.61 -
System Red Green Blue C M Y K H S L
Decimal 114 81 55 0 0.29 0.52 0.55 26.44 0.35 0.33
Hex 72 51 37 0 1D 34 37 1A 23 21
Octal 162 121 67 0 35 64 67 32 43 41
Binary 1110010 1010001 110111 0 11101 110100 110111 11010 100011 100001

Color Harmonies of #725137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725137

Black with #725137

Text Example


Text Example

White with #725137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725137; }

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

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

background-color css

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

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

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

border-color css

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

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

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