Html Css Color HEX #73553C Old Copper

📋 copy color: '#73553C'

red 115 ◦ green 85 ◦ blue 60

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

Shades of Old Copper #73553C

Tints of Old Copper #73553C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.69%

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

R = 44.23%
G = 32.69%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#73553C (or 0x73553C) is known color: Old Copper. HEX triplet: 73, 55 and 3C. RGB value is (115,85,60). Sum of RGB (Red+Green+Blue) = 115+85+60=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #73553C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73553C is #8CAAC3. Grayscale: #5B5B5B. Windows color (decimal): -9218756 or 3954035. OLE color: 3954035.

HSL color Cylindrical-coordinate representation of color #73553C: hue angle of 27.27º degrees, saturation: 0.31, 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 #73553C is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 85 60 -
CMYK 0 0.26 0.48 0.55
HSL 27.27º 0.31% 0.34% -
HSV(B) 27.27º 0.48% 0.45% -
XYZ 11.13 10.47 5.71 -
YUV 91.12 110.44 145.03 -
System Red Green Blue C M Y K H S L
Decimal 115 85 60 0 0.26 0.48 0.55 27.27 0.31 0.34
Hex 73 55 3C 0 1A 30 37 1B 1F 22
Octal 163 125 74 0 32 60 67 33 37 42
Binary 1110011 1010101 111100 0 11010 110000 110111 11011 11111 100010

Color Harmonies of #73553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73553C

Black with #73553C

Text Example


Text Example

White with #73553C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,85,60); }

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

background-color css

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

 a { background-color: rgb(115,85,60); }

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

border-color css

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

 span { border-color: rgb(115,85,60); }

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