Html Css Color HEX #523D4D Purple Taupe

📋 copy color: '#523D4D'

red 82 ◦ green 61 ◦ blue 77

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

Shades of Purple Taupe #523D4D

Tints of Purple Taupe #523D4D

RGB

 RED value IS 82 (32.42% from 255) = 37.27%

 GREEN value IS 61 (24.22% from 255) = 27.73%

 BLUE value IS 77 (30.47% from 255) = 35%

R = 37.27%
G = 27.73%
B = 35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#523D4D (or 0x523D4D) is known color: Purple Taupe. HEX triplet: 52, 3D and 4D. RGB value is (82,61,77). Sum of RGB (Red+Green+Blue) = 82+61+77=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 82 - color contains mainly: red. Hex color #523D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523D4D is #ADC2B2. Grayscale: #454545. Windows color (decimal): -11387571 or 5061970. OLE color: 5061970.

HSL color Cylindrical-coordinate representation of color #523D4D: hue angle of 314.29º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #523D4D is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 61 77 -
CMYK 0 0.26 0.06 0.68
HSL 314.29º 0.15% 0.28% -
HSV(B) 314.29º 0.26% 0.32% -
XYZ 6.49 5.67 7.77 -
YUV 69.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 82 61 77 0 0.26 0.06 0.68 314.29 0.15 0.28
Hex 52 3D 4D 0 1A 6 44 13A F 1C
Octal 122 75 115 0 32 6 104 472 17 34
Binary 1010010 111101 1001101 0 11010 110 1000100 100111010 1111 11100

Color Harmonies of #523D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D4D

Black with #523D4D

Text Example


Text Example

White with #523D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523D4D; }

 p { color: rgb(82,61,77); }

 H1.HeaderClassName
 {
   color: #523D4D;
 }
 .AnyTagClassName
 {
   color: #523D4D;
 }
</style>

background-color css

<style>
 a { background-color: #523D4D; }

 a { background-color: rgb(82,61,77); }

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

border-color css

<style>
 span { border-color: #523D4D; }

 span { border-color: rgb(82,61,77); }

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