Html Css Color HEX #744D36 Old Copper

📋 copy color: '#744D36'

red 116 ◦ green 77 ◦ blue 54

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

Shades of Old Copper #744D36

Tints of Old Copper #744D36

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.17%

 BLUE value IS 54 (21.48% from 255) = 21.86%

R = 46.96%
G = 31.17%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#744D36 (or 0x744D36) is known color: Old Copper. HEX triplet: 74, 4D and 36. RGB value is (116,77,54). Sum of RGB (Red+Green+Blue) = 116+77+54=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #744D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744D36 is #8BB2C9. Grayscale: #565656. Windows color (decimal): -9155274 or 3558772. OLE color: 3558772.

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

Color convert

RGB 116 77 54 -
CMYK 0 0.34 0.53 0.55
HSL 22.26º 0.36% 0.33% -
HSV(B) 22.26º 0.53% 0.45% -
XYZ 10.52 9.29 4.73 -
YUV 86.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 116 77 54 0 0.34 0.53 0.55 22.26 0.36 0.33
Hex 74 4D 36 0 22 35 37 16 24 21
Octal 164 115 66 0 42 65 67 26 44 41
Binary 1110100 1001101 110110 0 100010 110101 110111 10110 100100 100001

Color Harmonies of #744D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744D36

Black with #744D36

Text Example


Text Example

White with #744D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,77,54); }

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

background-color css

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

 a { background-color: rgb(116,77,54); }

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

border-color css

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

 span { border-color: rgb(116,77,54); }

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