Html Css Color HEX #523C4A Purple Taupe

📋 copy color: '#523C4A'

red 82 ◦ green 60 ◦ blue 74

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

Shades of Purple Taupe #523C4A

Tints of Purple Taupe #523C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.26%

R = 37.96%
G = 27.78%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#523C4A (or 0x523C4A) is known color: Purple Taupe. HEX triplet: 52, 3C and 4A. RGB value is (82,60,74). Sum of RGB (Red+Green+Blue) = 82+60+74=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 82 - color contains mainly: red. Hex color #523C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C4A is #ADC3B5. Grayscale: #444444. Windows color (decimal): -11387830 or 4865106. OLE color: 4865106.

HSL color Cylindrical-coordinate representation of color #523C4A: hue angle of 321.82º 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 #523C4A is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 60 74 -
CMYK 0 0.27 0.10 0.68
HSL 321.82º 0.15% 0.28% -
HSV(B) 321.82º 0.27% 0.32% -
XYZ 6.33 5.52 7.21 -
YUV 68.17 131.29 137.86 -
System Red Green Blue C M Y K H S L
Decimal 82 60 74 0 0.27 0.10 0.68 321.82 0.15 0.28
Hex 52 3C 4A 0 1B A 44 142 F 1C
Octal 122 74 112 0 33 12 104 502 17 34
Binary 1010010 111100 1001010 0 11011 1010 1000100 101000010 1111 11100

Color Harmonies of #523C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C4A

Black with #523C4A

Text Example


Text Example

White with #523C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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