Html Css Color HEX #745640 Old Copper

📋 copy color: '#745640'

red 116 ◦ green 86 ◦ blue 64

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

Shades of Old Copper #745640

Tints of Old Copper #745640

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.33%

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

R = 43.61%
G = 32.33%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#745640 (or 0x745640) is known color: Old Copper. HEX triplet: 74, 56 and 40. RGB value is (116,86,64). Sum of RGB (Red+Green+Blue) = 116+86+64=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #745640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745640 is #8BA9BF. Grayscale: #5C5C5C. Windows color (decimal): -9152960 or 4216436. OLE color: 4216436.

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

Color convert

RGB 116 86 64 -
CMYK 0 0.26 0.45 0.55
HSL 25.38º 0.29% 0.35% -
HSV(B) 25.38º 0.45% 0.45% -
XYZ 11.46 10.74 6.32 -
YUV 92.46 111.94 144.79 -
System Red Green Blue C M Y K H S L
Decimal 116 86 64 0 0.26 0.45 0.55 25.38 0.29 0.35
Hex 74 56 40 0 1A 2D 37 19 1D 23
Octal 164 126 100 0 32 55 67 31 35 43
Binary 1110100 1010110 1000000 0 11010 101101 110111 11001 11101 100011

Color Harmonies of #745640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745640

Black with #745640

Text Example


Text Example

White with #745640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745640; }

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

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

background-color css

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

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

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

border-color css

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

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

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