Html Css Color HEX #523C4C Purple Taupe

📋 copy color: '#523C4C'

red 82 ◦ green 60 ◦ blue 76

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

Shades of Purple Taupe #523C4C

Tints of Purple Taupe #523C4C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.52%

 BLUE value IS 76 (30.08% from 255) = 34.86%

R = 37.61%
G = 27.52%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#523C4C (or 0x523C4C) is known color: Purple Taupe. HEX triplet: 52, 3C and 4C. RGB value is (82,60,76). Sum of RGB (Red+Green+Blue) = 82+60+76=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 82 - color contains mainly: red. Hex color #523C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C4C is #ADC3B3. Grayscale: #444444. Windows color (decimal): -11387828 or 4996178. OLE color: 4996178.

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

Color convert

RGB 82 60 76 -
CMYK 0 0.27 0.07 0.68
HSL 316.36º 0.15% 0.28% -
HSV(B) 316.36º 0.27% 0.32% -
XYZ 6.4 5.55 7.57 -
YUV 68.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 82 60 76 0 0.27 0.07 0.68 316.36 0.15 0.28
Hex 52 3C 4C 0 1B 7 44 13C F 1C
Octal 122 74 114 0 33 7 104 474 17 34
Binary 1010010 111100 1001100 0 11011 111 1000100 100111100 1111 11100

Color Harmonies of #523C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C4C

Black with #523C4C

Text Example


Text Example

White with #523C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,60,76); }

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

background-color css

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

 a { background-color: rgb(82,60,76); }

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

border-color css

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

 span { border-color: rgb(82,60,76); }

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