Html Css Color HEX #71513C Old Copper

📋 copy color: '#71513C'

red 113 ◦ green 81 ◦ blue 60

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

Shades of Old Copper #71513C

Tints of Old Copper #71513C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.62%

R = 44.49%
G = 31.89%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#71513C (or 0x71513C) is known color: Old Copper. HEX triplet: 71, 51 and 3C. RGB value is (113,81,60). Sum of RGB (Red+Green+Blue) = 113+81+60=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #71513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71513C is #8EAEC3. Grayscale: #585858. Windows color (decimal): -9350852 or 3953009. OLE color: 3953009.

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

Color convert

RGB 113 81 60 -
CMYK 0 0.28 0.47 0.56
HSL 23.77º 0.31% 0.34% -
HSV(B) 23.77º 0.47% 0.44% -
XYZ 10.57 9.72 5.59 -
YUV 88.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 113 81 60 0 0.28 0.47 0.56 23.77 0.31 0.34
Hex 71 51 3C 0 1C 2F 38 18 1F 22
Octal 161 121 74 0 34 57 70 30 37 42
Binary 1110001 1010001 111100 0 11100 101111 111000 11000 11111 100010

Color Harmonies of #71513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71513C

Black with #71513C

Text Example


Text Example

White with #71513C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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