Html Css Color HEX #72503F Old Copper

📋 copy color: '#72503F'

red 114 ◦ green 80 ◦ blue 63

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

Shades of Old Copper #72503F

Tints of Old Copper #72503F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.51%

R = 44.36%
G = 31.13%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#72503F (or 0x72503F) is known color: Old Copper. HEX triplet: 72, 50 and 3F. RGB value is (114,80,63). Sum of RGB (Red+Green+Blue) = 114+80+63=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #72503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72503F is #8DAFC0. Grayscale: #585858. Windows color (decimal): -9285569 or 4149362. OLE color: 4149362.

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

Color convert

RGB 114 80 63 -
CMYK 0 0.30 0.45 0.55
HSL 20º 0.29% 0.35% -
HSV(B) 20º 0.45% 0.45% -
XYZ 10.71 9.67 6.01 -
YUV 88.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 114 80 63 0 0.30 0.45 0.55 20 0.29 0.35
Hex 72 50 3F 0 1E 2D 37 14 1D 23
Octal 162 120 77 0 36 55 67 24 35 43
Binary 1110010 1010000 111111 0 11110 101101 110111 10100 11101 100011

Color Harmonies of #72503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72503F

Black with #72503F

Text Example


Text Example

White with #72503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72503F; }

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

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

background-color css

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

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

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

border-color css

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

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

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