#71543A

Color #71543A Old Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Copper #71543A

Tints of Old Copper #71543A

Color information

#71543A (or 0x71543A) is unknown color: approx Old Copper. HEX triplet: 71, 54 and 3A. RGB value is (113,84,58). Sum of RGB (Red+Green+Blue) = 113+84+58=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #71543A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71543A is #8EABC5. Grayscale: #595959. Windows color (decimal): -9350086 or 3822705. OLE color: 3822705.

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

Color convert

RGB1138458-
CMYK00.260.490.56
HSL28.36º32.16%33.53%-
HSV(B)28.36º48.67%44.31%-
XYZ10.7410.165.4-
YUV89.71110.11144.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 84 (33.20% from 255) = 32.94%
BLUE value IS 58 (23.05% from 255) = 22.75%
R=44.31%
G=32.94%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113845800.260.490.5628.3632.1633.53
Hex71543A01A31381c2022
Octal161124720326170344042
Binary1110001101010011101001101011000111100011100100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71543A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71543A;
 }
 .AnyTagClassName
 {
   color: #71543A;
 }
</style>
background-color css

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

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

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

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

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

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