Html Css Color HEX #744E40 Old Copper

📋 copy color: '#744E40'

red 116 ◦ green 78 ◦ blue 64

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

Shades of Old Copper #744E40

Tints of Old Copper #744E40

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.23%

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

R = 44.96%
G = 30.23%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#744E40 (or 0x744E40) is known color: Old Copper. HEX triplet: 74, 4E and 40. RGB value is (116,78,64). Sum of RGB (Red+Green+Blue) = 116+78+64=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #744E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744E40 is #8BB1BF. Grayscale: #575757. Windows color (decimal): -9155008 or 4214388. OLE color: 4214388.

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

Color convert

RGB 116 78 64 -
CMYK 0 0.33 0.45 0.55
HSL 16.15º 0.29% 0.35% -
HSV(B) 16.15º 0.45% 0.45% -
XYZ 10.85 9.53 6.12 -
YUV 87.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 116 78 64 0 0.33 0.45 0.55 16.15 0.29 0.35
Hex 74 4E 40 0 21 2D 37 10 1D 23
Octal 164 116 100 0 41 55 67 20 35 43
Binary 1110100 1001110 1000000 0 100001 101101 110111 10000 11101 100011

Color Harmonies of #744E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744E40

Black with #744E40

Text Example


Text Example

White with #744E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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