Html Css Color HEX #745240 Old Copper

📋 copy color: '#745240'

red 116 ◦ green 82 ◦ blue 64

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

Shades of Old Copper #745240

Tints of Old Copper #745240

RGB

 RED value IS 116 (45.7% from 255) = 44.27%

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

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

R = 44.27%
G = 31.3%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#745240 (or 0x745240) is known color: Old Copper. HEX triplet: 74, 52 and 40. RGB value is (116,82,64). Sum of RGB (Red+Green+Blue) = 116+82+64=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #745240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745240 is #8BADBF. Grayscale: #5A5A5A. Windows color (decimal): -9153984 or 4215412. OLE color: 4215412.

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

Color convert

RGB 116 82 64 -
CMYK 0 0.29 0.45 0.55
HSL 20.77º 0.29% 0.35% -
HSV(B) 20.77º 0.45% 0.45% -
XYZ 11.15 10.12 6.22 -
YUV 90.11 113.26 146.46 -
System Red Green Blue C M Y K H S L
Decimal 116 82 64 0 0.29 0.45 0.55 20.77 0.29 0.35
Hex 74 52 40 0 1D 2D 37 15 1D 23
Octal 164 122 100 0 35 55 67 25 35 43
Binary 1110100 1010010 1000000 0 11101 101101 110111 10101 11101 100011

Color Harmonies of #745240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745240

Black with #745240

Text Example


Text Example

White with #745240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745240; }

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

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

background-color css

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

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

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

border-color css

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

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

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