Html Css Color HEX #745540 Old Copper

📋 copy color: '#745540'

red 116 ◦ green 85 ◦ blue 64

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

Shades of Old Copper #745540

Tints of Old Copper #745540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.15%

R = 43.77%
G = 32.08%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#745540 (or 0x745540) is known color: Old Copper. HEX triplet: 74, 55 and 40. RGB value is (116,85,64). Sum of RGB (Red+Green+Blue) = 116+85+64=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #745540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745540 is #8BAABF. Grayscale: #5B5B5B. Windows color (decimal): -9153216 or 4216180. OLE color: 4216180.

HSL color Cylindrical-coordinate representation of color #745540: hue angle of 24.23º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #745540 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 85 64 -
CMYK 0 0.27 0.45 0.55
HSL 24.23º 0.29% 0.35% -
HSV(B) 24.23º 0.45% 0.45% -
XYZ 11.38 10.58 6.29 -
YUV 91.88 112.27 145.21 -
System Red Green Blue C M Y K H S L
Decimal 116 85 64 0 0.27 0.45 0.55 24.23 0.29 0.35
Hex 74 55 40 0 1B 2D 37 18 1D 23
Octal 164 125 100 0 33 55 67 30 35 43
Binary 1110100 1010101 1000000 0 11011 101101 110111 11000 11101 100011

Color Harmonies of #745540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745540

Black with #745540

Text Example


Text Example

White with #745540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745540; }

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

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

background-color css

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

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

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

border-color css

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

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

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