Html Css Color HEX #715240 Old Copper

📋 copy color: '#715240'

red 113 ◦ green 82 ◦ blue 64

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

Shades of Old Copper #715240

Tints of Old Copper #715240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.66%

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

R = 43.63%
G = 31.66%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#715240 (or 0x715240) is known color: Old Copper. HEX triplet: 71, 52 and 40. RGB value is (113,82,64). Sum of RGB (Red+Green+Blue) = 113+82+64=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #715240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715240 is #8EADBF. Grayscale: #595959. Windows color (decimal): -9350592 or 4215409. OLE color: 4215409.

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

Color convert

RGB 113 82 64 -
CMYK 0 0.27 0.43 0.56
HSL 22.04º 0.28% 0.35% -
HSV(B) 22.04º 0.43% 0.44% -
XYZ 10.75 9.92 6.2 -
YUV 89.22 113.77 144.96 -
System Red Green Blue C M Y K H S L
Decimal 113 82 64 0 0.27 0.43 0.56 22.04 0.28 0.35
Hex 71 52 40 0 1B 2B 38 16 1C 23
Octal 161 122 100 0 33 53 70 26 34 43
Binary 1110001 1010010 1000000 0 11011 101011 111000 10110 11100 100011

Color Harmonies of #715240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715240

Black with #715240

Text Example


Text Example

White with #715240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715240; }

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

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

background-color css

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

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

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

border-color css

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

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

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