Html Css Color HEX #745541 Old Copper

📋 copy color: '#745541'

red 116 ◦ green 85 ◦ blue 65

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

Shades of Old Copper #745541

Tints of Old Copper #745541

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.95%

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

R = 43.61%
G = 31.95%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#745541 (or 0x745541) is known color: Old Copper. HEX triplet: 74, 55 and 41. RGB value is (116,85,65). Sum of RGB (Red+Green+Blue) = 116+85+65=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #745541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745541 is #8BAABE. Grayscale: #5C5C5C. Windows color (decimal): -9153215 or 4281716. OLE color: 4281716.

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

Color convert

RGB 116 85 65 -
CMYK 0 0.27 0.44 0.55
HSL 23.53º 0.28% 0.35% -
HSV(B) 23.53º 0.44% 0.45% -
XYZ 11.41 10.59 6.44 -
YUV 91.99 112.77 145.13 -
System Red Green Blue C M Y K H S L
Decimal 116 85 65 0 0.27 0.44 0.55 23.53 0.28 0.35
Hex 74 55 41 0 1B 2C 37 18 1C 23
Octal 164 125 101 0 33 54 67 30 34 43
Binary 1110100 1010101 1000001 0 11011 101100 110111 11000 11100 100011

Color Harmonies of #745541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745541

Black with #745541

Text Example


Text Example

White with #745541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745541; }

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

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

background-color css

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

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

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

border-color css

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

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

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