Html Css Color HEX #745441 Old Copper

📋 copy color: '#745441'

red 116 ◦ green 84 ◦ blue 65

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

Shades of Old Copper #745441

Tints of Old Copper #745441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.7%

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

R = 43.77%
G = 31.7%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#745441 (or 0x745441) is known color: Old Copper. HEX triplet: 74, 54 and 41. RGB value is (116,84,65). Sum of RGB (Red+Green+Blue) = 116+84+65=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #745441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745441 is #8BABBE. Grayscale: #5B5B5B. Windows color (decimal): -9153471 or 4281460. OLE color: 4281460.

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

Color convert

RGB 116 84 65 -
CMYK 0 0.28 0.44 0.55
HSL 22.35º 0.28% 0.35% -
HSV(B) 22.35º 0.44% 0.45% -
XYZ 11.33 10.44 6.42 -
YUV 91.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 116 84 65 0 0.28 0.44 0.55 22.35 0.28 0.35
Hex 74 54 41 0 1C 2C 37 16 1C 23
Octal 164 124 101 0 34 54 67 26 34 43
Binary 1110100 1010100 1000001 0 11100 101100 110111 10110 11100 100011

Color Harmonies of #745441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745441

Black with #745441

Text Example


Text Example

White with #745441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745441; }

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

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

background-color css

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

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

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

border-color css

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

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

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