Html Css Color HEX #72513D Old Copper

📋 copy color: '#72513D'

red 114 ◦ green 81 ◦ blue 61

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

Shades of Old Copper #72513D

Tints of Old Copper #72513D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.83%

R = 44.53%
G = 31.64%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#72513D (or 0x72513D) is known color: Old Copper. HEX triplet: 72, 51 and 3D. RGB value is (114,81,61). Sum of RGB (Red+Green+Blue) = 114+81+61=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #72513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72513D is #8DAEC2. Grayscale: #585858. Windows color (decimal): -9285315 or 4018546. OLE color: 4018546.

HSL color Cylindrical-coordinate representation of color #72513D: hue angle of 22.64º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72513D is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 81 61 -
CMYK 0 0.29 0.46 0.55
HSL 22.64º 0.3% 0.34% -
HSV(B) 22.64º 0.46% 0.45% -
XYZ 10.72 9.8 5.74 -
YUV 88.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 114 81 61 0 0.29 0.46 0.55 22.64 0.3 0.34
Hex 72 51 3D 0 1D 2E 37 17 1E 22
Octal 162 121 75 0 35 56 67 27 36 42
Binary 1110010 1010001 111101 0 11101 101110 110111 10111 11110 100010

Color Harmonies of #72513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72513D

Black with #72513D

Text Example


Text Example

White with #72513D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72513D; }

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

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

background-color css

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

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

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

border-color css

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

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

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