Html Css Color HEX #73543D Old Copper

📋 copy color: '#73543D'

red 115 ◦ green 84 ◦ blue 61

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

Shades of Old Copper #73543D

Tints of Old Copper #73543D

RGB

 RED value IS 115 (45.31% from 255) = 44.23%

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

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

R = 44.23%
G = 32.31%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#73543D (or 0x73543D) is known color: Old Copper. HEX triplet: 73, 54 and 3D. RGB value is (115,84,61). Sum of RGB (Red+Green+Blue) = 115+84+61=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #73543D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73543D is #8CABC2. Grayscale: #5A5A5A. Windows color (decimal): -9219011 or 4019315. OLE color: 4019315.

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

Color convert

RGB 115 84 61 -
CMYK 0 0.27 0.47 0.55
HSL 25.56º 0.31% 0.35% -
HSV(B) 25.56º 0.47% 0.45% -
XYZ 11.08 10.32 5.82 -
YUV 90.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 115 84 61 0 0.27 0.47 0.55 25.56 0.31 0.35
Hex 73 54 3D 0 1B 2F 37 1A 1F 23
Octal 163 124 75 0 33 57 67 32 37 43
Binary 1110011 1010100 111101 0 11011 101111 110111 11010 11111 100011

Color Harmonies of #73543D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73543D

Black with #73543D

Text Example


Text Example

White with #73543D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,84,61); }

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

background-color css

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

 a { background-color: rgb(115,84,61); }

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

border-color css

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

 span { border-color: rgb(115,84,61); }

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