Html Css Color HEX #745041 Old Copper

📋 copy color: '#745041'

red 116 ◦ green 80 ◦ blue 65

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

Shades of Old Copper #745041

Tints of Old Copper #745041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.65%

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

R = 44.44%
G = 30.65%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#745041 (or 0x745041) is known color: Old Copper. HEX triplet: 74, 50 and 41. RGB value is (116,80,65). Sum of RGB (Red+Green+Blue) = 116+80+65=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #745041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745041 is #8BAFBE. Grayscale: #595959. Windows color (decimal): -9154495 or 4280436. OLE color: 4280436.

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

Color convert

RGB 116 80 65 -
CMYK 0 0.31 0.44 0.55
HSL 17.65º 0.28% 0.35% -
HSV(B) 17.65º 0.44% 0.45% -
XYZ 11.03 9.83 6.32 -
YUV 89.05 114.43 147.22 -
System Red Green Blue C M Y K H S L
Decimal 116 80 65 0 0.31 0.44 0.55 17.65 0.28 0.35
Hex 74 50 41 0 1F 2C 37 12 1C 23
Octal 164 120 101 0 37 54 67 22 34 43
Binary 1110100 1010000 1000001 0 11111 101100 110111 10010 11100 100011

Color Harmonies of #745041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745041

Black with #745041

Text Example


Text Example

White with #745041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745041; }

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

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

background-color css

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

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

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

border-color css

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

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

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