Html Css Color HEX #71503A Old Copper

📋 copy color: '#71503A'

red 113 ◦ green 80 ◦ blue 58

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

Shades of Old Copper #71503A

Tints of Old Copper #71503A

RGB

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

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

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

R = 45.02%
G = 31.87%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71503A (or 0x71503A) is known color: Old Copper. HEX triplet: 71, 50 and 3A. RGB value is (113,80,58). Sum of RGB (Red+Green+Blue) = 113+80+58=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #71503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71503A is #8EAFC5. Grayscale: #575757. Windows color (decimal): -9351110 or 3821681. OLE color: 3821681.

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

Color convert

RGB 113 80 58 -
CMYK 0 0.29 0.49 0.56
HSL 24º 0.32% 0.34% -
HSV(B) 24º 0.49% 0.44% -
XYZ 10.44 9.55 5.3 -
YUV 87.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 113 80 58 0 0.29 0.49 0.56 24 0.32 0.34
Hex 71 50 3A 0 1D 31 38 18 20 22
Octal 161 120 72 0 35 61 70 30 40 42
Binary 1110001 1010000 111010 0 11101 110001 111000 11000 100000 100010

Color Harmonies of #71503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71503A

Black with #71503A

Text Example


Text Example

White with #71503A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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