Html Css Color HEX #715340 Old Copper

📋 copy color: '#715340'

red 113 ◦ green 83 ◦ blue 64

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

Shades of Old Copper #715340

Tints of Old Copper #715340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.92%

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

R = 43.46%
G = 31.92%
B = 24.62%

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

#715340 (or 0x715340) is known color: Old Copper. HEX triplet: 71, 53 and 40. RGB value is (113,83,64). Sum of RGB (Red+Green+Blue) = 113+83+64=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #715340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715340 is #8EACBF. Grayscale: #595959. Windows color (decimal): -9350336 or 4215665. OLE color: 4215665.

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

Color convert

RGB 113 83 64 -
CMYK 0 0.27 0.43 0.56
HSL 23.27º 0.28% 0.35% -
HSV(B) 23.27º 0.43% 0.44% -
XYZ 10.83 10.07 6.22 -
YUV 89.8 113.44 144.54 -
System Red Green Blue C M Y K H S L
Decimal 113 83 64 0 0.27 0.43 0.56 23.27 0.28 0.35
Hex 71 53 40 0 1B 2B 38 17 1C 23
Octal 161 123 100 0 33 53 70 27 34 43
Binary 1110001 1010011 1000000 0 11011 101011 111000 10111 11100 100011

Color Harmonies of #715340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715340

Black with #715340

Text Example


Text Example

White with #715340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715340; }

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

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

background-color css

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

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

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

border-color css

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

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

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