Html Css Color HEX #745141 Old Copper

📋 copy color: '#745141'

red 116 ◦ green 81 ◦ blue 65

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

Shades of Old Copper #745141

Tints of Old Copper #745141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.92%

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

R = 44.27%
G = 30.92%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#745141 (or 0x745141) is known color: Old Copper. HEX triplet: 74, 51 and 41. RGB value is (116,81,65). Sum of RGB (Red+Green+Blue) = 116+81+65=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #745141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745141 is #8BAEBE. Grayscale: #595959. Windows color (decimal): -9154239 or 4280692. OLE color: 4280692.

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

Color convert

RGB 116 81 65 -
CMYK 0 0.30 0.44 0.55
HSL 18.82º 0.28% 0.35% -
HSV(B) 18.82º 0.44% 0.45% -
XYZ 11.1 9.98 6.34 -
YUV 89.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 116 81 65 0 0.30 0.44 0.55 18.82 0.28 0.35
Hex 74 51 41 0 1E 2C 37 13 1C 23
Octal 164 121 101 0 36 54 67 23 34 43
Binary 1110100 1010001 1000001 0 11110 101100 110111 10011 11100 100011

Color Harmonies of #745141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745141

Black with #745141

Text Example


Text Example

White with #745141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745141; }

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

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

background-color css

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

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

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

border-color css

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

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

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