Html Css Color HEX #71513A Old Copper

📋 copy color: '#71513A'

red 113 ◦ green 81 ◦ blue 58

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

Shades of Old Copper #71513A

Tints of Old Copper #71513A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.02%

R = 44.84%
G = 32.14%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71513A (or 0x71513A) is known color: Old Copper. HEX triplet: 71, 51 and 3A. RGB value is (113,81,58). Sum of RGB (Red+Green+Blue) = 113+81+58=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #71513A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71513A is #8EAEC5. Grayscale: #585858. Windows color (decimal): -9350854 or 3821937. OLE color: 3821937.

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

Color convert

RGB 113 81 58 -
CMYK 0 0.28 0.49 0.56
HSL 25.09º 0.32% 0.34% -
HSV(B) 25.09º 0.49% 0.44% -
XYZ 10.52 9.7 5.32 -
YUV 87.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 113 81 58 0 0.28 0.49 0.56 25.09 0.32 0.34
Hex 71 51 3A 0 1C 31 38 19 20 22
Octal 161 121 72 0 34 61 70 31 40 42
Binary 1110001 1010001 111010 0 11100 110001 111000 11001 100000 100010

Color Harmonies of #71513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71513A

Black with #71513A

Text Example


Text Example

White with #71513A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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