Html Css Color HEX #71533E Old Copper

📋 copy color: '#71533E'

red 113 ◦ green 83 ◦ blue 62

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

Shades of Old Copper #71533E

Tints of Old Copper #71533E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.17%

 BLUE value IS 62 (24.61% from 255) = 24.03%

R = 43.8%
G = 32.17%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#71533E (or 0x71533E) is known color: Old Copper. HEX triplet: 71, 53 and 3E. RGB value is (113,83,62). Sum of RGB (Red+Green+Blue) = 113+83+62=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #71533E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71533E is #8EACC1. Grayscale: #595959. Windows color (decimal): -9350338 or 4084593. OLE color: 4084593.

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

Color convert

RGB 113 83 62 -
CMYK 0 0.27 0.45 0.56
HSL 24.71º 0.29% 0.34% -
HSV(B) 24.71º 0.45% 0.44% -
XYZ 10.77 10.05 5.93 -
YUV 89.58 112.44 144.71 -
System Red Green Blue C M Y K H S L
Decimal 113 83 62 0 0.27 0.45 0.56 24.71 0.29 0.34
Hex 71 53 3E 0 1B 2D 38 19 1D 22
Octal 161 123 76 0 33 55 70 31 35 42
Binary 1110001 1010011 111110 0 11011 101101 111000 11001 11101 100010

Color Harmonies of #71533E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71533E

Black with #71533E

Text Example


Text Example

White with #71533E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71533E; }

 p { color: rgb(113,83,62); }

 H1.HeaderClassName
 {
   color: #71533E;
 }
 .AnyTagClassName
 {
   color: #71533E;
 }
</style>

background-color css

<style>
 a { background-color: #71533E; }

 a { background-color: rgb(113,83,62); }

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

border-color css

<style>
 span { border-color: #71533E; }

 span { border-color: rgb(113,83,62); }

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