Html Css Color HEX #73553D Old Copper

📋 copy color: '#73553D'

red 115 ◦ green 85 ◦ blue 61

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

Shades of Old Copper #73553D

Tints of Old Copper #73553D

RGB

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

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

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

R = 44.06%
G = 32.57%
B = 23.37%

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

#73553D (or 0x73553D) is known color: Old Copper. HEX triplet: 73, 55 and 3D. RGB value is (115,85,61). Sum of RGB (Red+Green+Blue) = 115+85+61=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #73553D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73553D is #8CAAC2. Grayscale: #5B5B5B. Windows color (decimal): -9218755 or 4019571. OLE color: 4019571.

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

Color convert

RGB 115 85 61 -
CMYK 0 0.26 0.47 0.55
HSL 26.67º 0.31% 0.35% -
HSV(B) 26.67º 0.47% 0.45% -
XYZ 11.16 10.48 5.85 -
YUV 91.23 110.94 144.95 -
System Red Green Blue C M Y K H S L
Decimal 115 85 61 0 0.26 0.47 0.55 26.67 0.31 0.35
Hex 73 55 3D 0 1A 2F 37 1B 1F 23
Octal 163 125 75 0 32 57 67 33 37 43
Binary 1110011 1010101 111101 0 11010 101111 110111 11011 11111 100011

Color Harmonies of #73553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73553D

Black with #73553D

Text Example


Text Example

White with #73553D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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