Html Css Color HEX #745340 Old Copper

📋 copy color: '#745340'

red 116 ◦ green 83 ◦ blue 64

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

Shades of Old Copper #745340

Tints of Old Copper #745340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.56%

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

R = 44.11%
G = 31.56%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#745340 (or 0x745340) is known color: Old Copper. HEX triplet: 74, 53 and 40. RGB value is (116,83,64). Sum of RGB (Red+Green+Blue) = 116+83+64=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #745340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745340 is #8BACBF. Grayscale: #5A5A5A. Windows color (decimal): -9153728 or 4215668. OLE color: 4215668.

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

Color convert

RGB 116 83 64 -
CMYK 0 0.28 0.45 0.55
HSL 21.92º 0.29% 0.35% -
HSV(B) 21.92º 0.45% 0.45% -
XYZ 11.22 10.27 6.24 -
YUV 90.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 116 83 64 0 0.28 0.45 0.55 21.92 0.29 0.35
Hex 74 53 40 0 1C 2D 37 16 1D 23
Octal 164 123 100 0 34 55 67 26 35 43
Binary 1110100 1010011 1000000 0 11100 101101 110111 10110 11101 100011

Color Harmonies of #745340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745340

Black with #745340

Text Example


Text Example

White with #745340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745340; }

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

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

background-color css

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

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

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

border-color css

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

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

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