Html Css Color HEX #72503B Old Copper

📋 copy color: '#72503B'

red 114 ◦ green 80 ◦ blue 59

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

Shades of Old Copper #72503B

Tints of Old Copper #72503B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.32%

R = 45.06%
G = 31.62%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#72503B (or 0x72503B) is known color: Old Copper. HEX triplet: 72, 50 and 3B. RGB value is (114,80,59). Sum of RGB (Red+Green+Blue) = 114+80+59=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #72503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72503B is #8DAFC4. Grayscale: #575757. Windows color (decimal): -9285573 or 3887218. OLE color: 3887218.

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

Color convert

RGB 114 80 59 -
CMYK 0 0.30 0.48 0.55
HSL 22.91º 0.32% 0.34% -
HSV(B) 22.91º 0.48% 0.45% -
XYZ 10.6 9.63 5.44 -
YUV 87.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 114 80 59 0 0.30 0.48 0.55 22.91 0.32 0.34
Hex 72 50 3B 0 1E 30 37 17 20 22
Octal 162 120 73 0 36 60 67 27 40 42
Binary 1110010 1010000 111011 0 11110 110000 110111 10111 100000 100010

Color Harmonies of #72503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72503B

Black with #72503B

Text Example


Text Example

White with #72503B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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