Html Css Color HEX #71543A Old Copper

📋 copy color: '#71543A'

red 113 ◦ green 84 ◦ blue 58

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

Shades of Old Copper #71543A

Tints of Old Copper #71543A

RGB

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

 GREEN value IS 84 (33.2% 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 value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71543A (or 0x71543A) is known color: 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

RGB 113 84 58 -
CMYK 0 0.26 0.49 0.56
HSL 28.36º 0.32% 0.34% -
HSV(B) 28.36º 0.49% 0.44% -
XYZ 10.74 10.16 5.4 -
YUV 89.71 110.11 144.61 -
System Red Green Blue C M Y K H S L
Decimal 113 84 58 0 0.26 0.49 0.56 28.36 0.32 0.34
Hex 71 54 3A 0 1A 31 38 1C 20 22
Octal 161 124 72 0 32 61 70 34 40 42
Binary 1110001 1010100 111010 0 11010 110001 111000 11100 100000 100010

Color Harmonies of #71543A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71543A

Black with #71543A

Text Example


Text Example

White with #71543A

Text Example


Text Example

HTML Codes & Css Web 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>