Html Css Color HEX #71533D Old Copper

📋 copy color: '#71533D'

red 113 ◦ green 83 ◦ blue 61

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

Shades of Old Copper #71533D

Tints of Old Copper #71533D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.74%

R = 43.97%
G = 32.3%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#71533D (or 0x71533D) is known color: Old Copper. HEX triplet: 71, 53 and 3D. RGB value is (113,83,61). Sum of RGB (Red+Green+Blue) = 113+83+61=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #71533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71533D is #8EACC2. Grayscale: #595959. Windows color (decimal): -9350339 or 4019057. OLE color: 4019057.

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

Color convert

RGB 113 83 61 -
CMYK 0 0.27 0.46 0.56
HSL 25.38º 0.3% 0.34% -
HSV(B) 25.38º 0.46% 0.44% -
XYZ 10.75 10.03 5.79 -
YUV 89.46 111.94 144.79 -
System Red Green Blue C M Y K H S L
Decimal 113 83 61 0 0.27 0.46 0.56 25.38 0.3 0.34
Hex 71 53 3D 0 1B 2E 38 19 1E 22
Octal 161 123 75 0 33 56 70 31 36 42
Binary 1110001 1010011 111101 0 11011 101110 111000 11001 11110 100010

Color Harmonies of #71533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71533D

Black with #71533D

Text Example


Text Example

White with #71533D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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