Html Css Color HEX #735040 Old Copper

📋 copy color: '#735040'

red 115 ◦ green 80 ◦ blue 64

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

Shades of Old Copper #735040

Tints of Old Copper #735040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.89%

 BLUE value IS 64 (25.39% from 255) = 24.71%

R = 44.4%
G = 30.89%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#735040 (or 0x735040) is known color: Old Copper. HEX triplet: 73, 50 and 40. RGB value is (115,80,64). Sum of RGB (Red+Green+Blue) = 115+80+64=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #735040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735040 is #8CAFBF. Grayscale: #585858. Windows color (decimal): -9220032 or 4214899. OLE color: 4214899.

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

Color convert

RGB 115 80 64 -
CMYK 0 0.30 0.44 0.55
HSL 18.82º 0.28% 0.35% -
HSV(B) 18.82º 0.44% 0.45% -
XYZ 10.86 9.75 6.16 -
YUV 88.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 115 80 64 0 0.30 0.44 0.55 18.82 0.28 0.35
Hex 73 50 40 0 1E 2C 37 13 1C 23
Octal 163 120 100 0 36 54 67 23 34 43
Binary 1110011 1010000 1000000 0 11110 101100 110111 10011 11100 100011

Color Harmonies of #735040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735040

Black with #735040

Text Example


Text Example

White with #735040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735040; }

 p { color: rgb(115,80,64); }

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

background-color css

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

 a { background-color: rgb(115,80,64); }

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

border-color css

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

 span { border-color: rgb(115,80,64); }

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