Html Css Color HEX #71543B Old Copper

📋 copy color: '#71543B'

red 113 ◦ green 84 ◦ blue 59

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

Shades of Old Copper #71543B

Tints of Old Copper #71543B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.81%

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

R = 44.14%
G = 32.81%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#71543B (or 0x71543B) is known color: Old Copper. HEX triplet: 71, 54 and 3B. RGB value is (113,84,59). Sum of RGB (Red+Green+Blue) = 113+84+59=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #71543B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71543B is #8EABC4. Grayscale: #595959. Windows color (decimal): -9350085 or 3888241. OLE color: 3888241.

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

Color convert

RGB 113 84 59 -
CMYK 0 0.26 0.48 0.56
HSL 27.78º 0.31% 0.34% -
HSV(B) 27.78º 0.48% 0.44% -
XYZ 10.77 10.17 5.53 -
YUV 89.82 110.61 144.53 -
System Red Green Blue C M Y K H S L
Decimal 113 84 59 0 0.26 0.48 0.56 27.78 0.31 0.34
Hex 71 54 3B 0 1A 30 38 1C 1F 22
Octal 161 124 73 0 32 60 70 34 37 42
Binary 1110001 1010100 111011 0 11010 110000 111000 11100 11111 100010

Color Harmonies of #71543B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71543B

Black with #71543B

Text Example


Text Example

White with #71543B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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