Html Css Color HEX #71493A Old Copper

📋 copy color: '#71493A'

red 113 ◦ green 73 ◦ blue 58

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

Shades of Old Copper #71493A

Tints of Old Copper #71493A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.92%

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

R = 46.31%
G = 29.92%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71493A (or 0x71493A) is known color: Old Copper. HEX triplet: 71, 49 and 3A. RGB value is (113,73,58). Sum of RGB (Red+Green+Blue) = 113+73+58=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #71493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71493A is #8EB6C5. Grayscale: #535353. Windows color (decimal): -9352902 or 3819889. OLE color: 3819889.

HSL color Cylindrical-coordinate representation of color #71493A: hue angle of 16.36º 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 #71493A is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 73 58 -
CMYK 0 0.35 0.49 0.56
HSL 16.36º 0.32% 0.34% -
HSV(B) 16.36º 0.49% 0.44% -
XYZ 9.96 8.58 5.13 -
YUV 83.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 113 73 58 0 0.35 0.49 0.56 16.36 0.32 0.34
Hex 71 49 3A 0 23 31 38 10 20 22
Octal 161 111 72 0 43 61 70 20 40 42
Binary 1110001 1001001 111010 0 100011 110001 111000 10000 100000 100010

Color Harmonies of #71493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71493A

Black with #71493A

Text Example


Text Example

White with #71493A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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