Html Css Color HEX #715440 Old Copper

📋 copy color: '#715440'

red 113 ◦ green 84 ◦ blue 64

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

Shades of Old Copper #715440

Tints of Old Copper #715440

RGB

 RED value IS 113 (44.53% from 255) = 43.3%

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

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

R = 43.3%
G = 32.18%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#715440 (or 0x715440) is known color: Old Copper. HEX triplet: 71, 54 and 40. RGB value is (113,84,64). Sum of RGB (Red+Green+Blue) = 113+84+64=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #715440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715440 is #8EABBF. Grayscale: #5A5A5A. Windows color (decimal): -9350080 or 4215921. OLE color: 4215921.

HSL color Cylindrical-coordinate representation of color #715440: hue angle of 24.49º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #715440 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 84 64 -
CMYK 0 0.26 0.43 0.56
HSL 24.49º 0.28% 0.35% -
HSV(B) 24.49º 0.43% 0.44% -
XYZ 10.91 10.22 6.25 -
YUV 90.39 113.11 144.13 -
System Red Green Blue C M Y K H S L
Decimal 113 84 64 0 0.26 0.43 0.56 24.49 0.28 0.35
Hex 71 54 40 0 1A 2B 38 18 1C 23
Octal 161 124 100 0 32 53 70 30 34 43
Binary 1110001 1010100 1000000 0 11010 101011 111000 11000 11100 100011

Color Harmonies of #715440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715440

Black with #715440

Text Example


Text Example

White with #715440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715440; }

 p { color: rgb(113,84,64); }

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

background-color css

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

 a { background-color: rgb(113,84,64); }

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

border-color css

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

 span { border-color: rgb(113,84,64); }

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