Html Css Color HEX #71503B Old Copper

📋 copy color: '#71503B'

red 113 ◦ green 80 ◦ blue 59

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

Shades of Old Copper #71503B

Tints of Old Copper #71503B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.41%

R = 44.84%
G = 31.75%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#71503B (or 0x71503B) is known color: Old Copper. HEX triplet: 71, 50 and 3B. RGB value is (113,80,59). Sum of RGB (Red+Green+Blue) = 113+80+59=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #71503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71503B is #8EAFC4. Grayscale: #575757. Windows color (decimal): -9351109 or 3887217. OLE color: 3887217.

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

Color convert

RGB 113 80 59 -
CMYK 0 0.29 0.48 0.56
HSL 23.33º 0.31% 0.34% -
HSV(B) 23.33º 0.48% 0.44% -
XYZ 10.47 9.56 5.43 -
YUV 87.47 111.93 146.21 -
System Red Green Blue C M Y K H S L
Decimal 113 80 59 0 0.29 0.48 0.56 23.33 0.31 0.34
Hex 71 50 3B 0 1D 30 38 17 1F 22
Octal 161 120 73 0 35 60 70 27 37 42
Binary 1110001 1010000 111011 0 11101 110000 111000 10111 11111 100010

Color Harmonies of #71503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71503B

Black with #71503B

Text Example


Text Example

White with #71503B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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