Html Css Color HEX #71503D Old Copper

📋 copy color: '#71503D'

red 113 ◦ green 80 ◦ blue 61

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

Shades of Old Copper #71503D

Tints of Old Copper #71503D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.5%

 BLUE value IS 61 (24.22% from 255) = 24.02%

R = 44.49%
G = 31.5%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#71503D (or 0x71503D) is known color: Old Copper. HEX triplet: 71, 50 and 3D. RGB value is (113,80,61). Sum of RGB (Red+Green+Blue) = 113+80+61=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #71503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71503D is #8EAFC2. Grayscale: #575757. Windows color (decimal): -9351107 or 4018289. OLE color: 4018289.

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

Color convert

RGB 113 80 61 -
CMYK 0 0.29 0.46 0.56
HSL 21.92º 0.3% 0.34% -
HSV(B) 21.92º 0.46% 0.44% -
XYZ 10.52 9.58 5.71 -
YUV 87.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 113 80 61 0 0.29 0.46 0.56 21.92 0.3 0.34
Hex 71 50 3D 0 1D 2E 38 16 1E 22
Octal 161 120 75 0 35 56 70 26 36 42
Binary 1110001 1010000 111101 0 11101 101110 111000 10110 11110 100010

Color Harmonies of #71503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71503D

Black with #71503D

Text Example


Text Example

White with #71503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71503D; }

 p { color: rgb(113,80,61); }

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

background-color css

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

 a { background-color: rgb(113,80,61); }

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

border-color css

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

 span { border-color: rgb(113,80,61); }

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