Html Css Color HEX #745641 Old Copper

📋 copy color: '#745641'

red 116 ◦ green 86 ◦ blue 65

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

Shades of Old Copper #745641

Tints of Old Copper #745641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.34%

R = 43.45%
G = 32.21%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#745641 (or 0x745641) is known color: Old Copper. HEX triplet: 74, 56 and 41. RGB value is (116,86,65). Sum of RGB (Red+Green+Blue) = 116+86+65=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #745641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745641 is #8BA9BE. Grayscale: #5C5C5C. Windows color (decimal): -9152959 or 4281972. OLE color: 4281972.

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

Color convert

RGB 116 86 65 -
CMYK 0 0.26 0.44 0.55
HSL 24.71º 0.28% 0.35% -
HSV(B) 24.71º 0.44% 0.45% -
XYZ 11.48 10.75 6.47 -
YUV 92.58 112.44 144.71 -
System Red Green Blue C M Y K H S L
Decimal 116 86 65 0 0.26 0.44 0.55 24.71 0.28 0.35
Hex 74 56 41 0 1A 2C 37 19 1C 23
Octal 164 126 101 0 32 54 67 31 34 43
Binary 1110100 1010110 1000001 0 11010 101100 110111 11001 11100 100011

Color Harmonies of #745641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745641

Black with #745641

Text Example


Text Example

White with #745641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745641; }

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

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

background-color css

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

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

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

border-color css

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

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

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