Html Css Color HEX #72543C Old Copper

📋 copy color: '#72543C'

red 114 ◦ green 84 ◦ blue 60

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

Shades of Old Copper #72543C

Tints of Old Copper #72543C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.56%

 BLUE value IS 60 (23.83% from 255) = 23.26%

R = 44.19%
G = 32.56%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#72543C (or 0x72543C) is known color: Old Copper. HEX triplet: 72, 54 and 3C. RGB value is (114,84,60). Sum of RGB (Red+Green+Blue) = 114+84+60=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #72543C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72543C is #8DABC3. Grayscale: #5A5A5A. Windows color (decimal): -9284548 or 3953778. OLE color: 3953778.

HSL color Cylindrical-coordinate representation of color #72543C: hue angle of 26.67º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72543C is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 84 60 -
CMYK 0 0.26 0.47 0.55
HSL 26.67º 0.31% 0.34% -
HSV(B) 26.67º 0.47% 0.45% -
XYZ 10.93 10.24 5.68 -
YUV 90.23 110.94 144.95 -
System Red Green Blue C M Y K H S L
Decimal 114 84 60 0 0.26 0.47 0.55 26.67 0.31 0.34
Hex 72 54 3C 0 1A 2F 37 1B 1F 22
Octal 162 124 74 0 32 57 67 33 37 42
Binary 1110010 1010100 111100 0 11010 101111 110111 11011 11111 100010

Color Harmonies of #72543C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72543C

Black with #72543C

Text Example


Text Example

White with #72543C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72543C; }

 p { color: rgb(114,84,60); }

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

background-color css

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

 a { background-color: rgb(114,84,60); }

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

border-color css

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

 span { border-color: rgb(114,84,60); }

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