Html Css Color HEX #744E3C Old Copper

📋 copy color: '#744E3C'

red 116 ◦ green 78 ◦ blue 60

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

Shades of Old Copper #744E3C

Tints of Old Copper #744E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.62%

R = 45.67%
G = 30.71%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#744E3C (or 0x744E3C) is known color: Old Copper. HEX triplet: 74, 4E and 3C. RGB value is (116,78,60). Sum of RGB (Red+Green+Blue) = 116+78+60=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #744E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744E3C is #8BB1C3. Grayscale: #575757. Windows color (decimal): -9155012 or 3952244. OLE color: 3952244.

HSL color Cylindrical-coordinate representation of color #744E3C: hue angle of 19.29º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #744E3C is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 78 60 -
CMYK 0 0.33 0.48 0.55
HSL 19.29º 0.32% 0.35% -
HSV(B) 19.29º 0.48% 0.45% -
XYZ 10.74 9.49 5.54 -
YUV 87.31 112.59 148.46 -
System Red Green Blue C M Y K H S L
Decimal 116 78 60 0 0.33 0.48 0.55 19.29 0.32 0.35
Hex 74 4E 3C 0 21 30 37 13 20 23
Octal 164 116 74 0 41 60 67 23 40 43
Binary 1110100 1001110 111100 0 100001 110000 110111 10011 100000 100011

Color Harmonies of #744E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744E3C

Black with #744E3C

Text Example


Text Example

White with #744E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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