Html Css Color HEX #73553F Old Copper

📋 copy color: '#73553F'

red 115 ◦ green 85 ◦ blue 63

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

Shades of Old Copper #73553F

Tints of Old Copper #73553F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.95%

R = 43.73%
G = 32.32%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#73553F (or 0x73553F) is known color: Old Copper. HEX triplet: 73, 55 and 3F. RGB value is (115,85,63). Sum of RGB (Red+Green+Blue) = 115+85+63=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #73553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73553F is #8CAAC0. Grayscale: #5B5B5B. Windows color (decimal): -9218753 or 4150643. OLE color: 4150643.

HSL color Cylindrical-coordinate representation of color #73553F: hue angle of 25.38º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73553F is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 85 63 -
CMYK 0 0.26 0.45 0.55
HSL 25.38º 0.29% 0.35% -
HSV(B) 25.38º 0.45% 0.45% -
XYZ 11.22 10.5 6.14 -
YUV 91.46 111.94 144.79 -
System Red Green Blue C M Y K H S L
Decimal 115 85 63 0 0.26 0.45 0.55 25.38 0.29 0.35
Hex 73 55 3F 0 1A 2D 37 19 1D 23
Octal 163 125 77 0 32 55 67 31 35 43
Binary 1110011 1010101 111111 0 11010 101101 110111 11001 11101 100011

Color Harmonies of #73553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73553F

Black with #73553F

Text Example


Text Example

White with #73553F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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