Html Css Color HEX #735440 Old Copper

📋 copy color: '#735440'

red 115 ◦ green 84 ◦ blue 64

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

Shades of Old Copper #735440

Tints of Old Copper #735440

RGB

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

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

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

R = 43.73%
G = 31.94%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#735440 (or 0x735440) is known color: Old Copper. HEX triplet: 73, 54 and 40. RGB value is (115,84,64). Sum of RGB (Red+Green+Blue) = 115+84+64=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #735440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735440 is #8CABBF. Grayscale: #5B5B5B. Windows color (decimal): -9219008 or 4215923. OLE color: 4215923.

HSL color Cylindrical-coordinate representation of color #735440: hue angle of 23.53º 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 #735440 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 84 64 -
CMYK 0 0.27 0.44 0.55
HSL 23.53º 0.28% 0.35% -
HSV(B) 23.53º 0.44% 0.45% -
XYZ 11.17 10.36 6.26 -
YUV 90.99 112.77 145.13 -
System Red Green Blue C M Y K H S L
Decimal 115 84 64 0 0.27 0.44 0.55 23.53 0.28 0.35
Hex 73 54 40 0 1B 2C 37 18 1C 23
Octal 163 124 100 0 33 54 67 30 34 43
Binary 1110011 1010100 1000000 0 11011 101100 110111 11000 11100 100011

Color Harmonies of #735440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735440

Black with #735440

Text Example


Text Example

White with #735440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735440; }

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

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

background-color css

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

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

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

border-color css

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

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

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