Html Css Color HEX #71513E Old Copper

📋 copy color: '#71513E'

red 113 ◦ green 81 ◦ blue 62

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

Shades of Old Copper #71513E

Tints of Old Copper #71513E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.64%

 BLUE value IS 62 (24.61% from 255) = 24.22%

R = 44.14%
G = 31.64%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#71513E (or 0x71513E) is known color: Old Copper. HEX triplet: 71, 51 and 3E. RGB value is (113,81,62). Sum of RGB (Red+Green+Blue) = 113+81+62=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #71513E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71513E is #8EAEC1. Grayscale: #585858. Windows color (decimal): -9350850 or 4084081. OLE color: 4084081.

HSL color Cylindrical-coordinate representation of color #71513E: hue angle of 22.35º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71513E is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 81 62 -
CMYK 0 0.28 0.45 0.56
HSL 22.35º 0.29% 0.34% -
HSV(B) 22.35º 0.45% 0.44% -
XYZ 10.62 9.74 5.88 -
YUV 88.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 113 81 62 0 0.28 0.45 0.56 22.35 0.29 0.34
Hex 71 51 3E 0 1C 2D 38 16 1D 22
Octal 161 121 76 0 34 55 70 26 35 42
Binary 1110001 1010001 111110 0 11100 101101 111000 10110 11101 100010

Color Harmonies of #71513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71513E

Black with #71513E

Text Example


Text Example

White with #71513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71513E; }

 p { color: rgb(113,81,62); }

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

background-color css

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

 a { background-color: rgb(113,81,62); }

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

border-color css

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

 span { border-color: rgb(113,81,62); }

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