Html Css Color HEX #735240 Old Copper

📋 copy color: '#735240'

red 115 ◦ green 82 ◦ blue 64

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

Shades of Old Copper #735240

Tints of Old Copper #735240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.42%

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

R = 44.06%
G = 31.42%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#735240 (or 0x735240) is known color: Old Copper. HEX triplet: 73, 52 and 40. RGB value is (115,82,64). Sum of RGB (Red+Green+Blue) = 115+82+64=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #735240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735240 is #8CADBF. Grayscale: #595959. Windows color (decimal): -9219520 or 4215411. OLE color: 4215411.

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

Color convert

RGB 115 82 64 -
CMYK 0 0.29 0.44 0.55
HSL 21.18º 0.28% 0.35% -
HSV(B) 21.18º 0.44% 0.45% -
XYZ 11.01 10.05 6.21 -
YUV 89.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 115 82 64 0 0.29 0.44 0.55 21.18 0.28 0.35
Hex 73 52 40 0 1D 2C 37 15 1C 23
Octal 163 122 100 0 35 54 67 25 34 43
Binary 1110011 1010010 1000000 0 11101 101100 110111 10101 11100 100011

Color Harmonies of #735240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735240

Black with #735240

Text Example


Text Example

White with #735240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735240; }

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

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

background-color css

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

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

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

border-color css

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

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

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