Html Css Color HEX #523D44 Tawny Port

📋 copy color: '#523D44'

red 82 ◦ green 61 ◦ blue 68

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

Shades of Tawny Port #523D44

Tints of Tawny Port #523D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 32.23%

R = 38.86%
G = 28.91%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#523D44 (or 0x523D44) is known color: Tawny Port. HEX triplet: 52, 3D and 44. RGB value is (82,61,68). Sum of RGB (Red+Green+Blue) = 82+61+68=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 68 (26.95% from 255 or 32.23% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #523D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D44 is #ADC2BB. Grayscale: #444444. Windows color (decimal): -11387580 or 4472146. OLE color: 4472146.

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

Color convert

RGB 82 61 68 -
CMYK 0 0.26 0.17 0.68
HSL 340º 0.15% 0.28% -
HSV(B) 340º 0.26% 0.32% -
XYZ 6.19 5.55 6.21 -
YUV 68.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 82 61 68 0 0.26 0.17 0.68 340 0.15 0.28
Hex 52 3D 44 0 1A 11 44 154 F 1C
Octal 122 75 104 0 32 21 104 524 17 34
Binary 1010010 111101 1000100 0 11010 10001 1000100 101010100 1111 11100

Color Harmonies of #523D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D44

Black with #523D44

Text Example


Text Example

White with #523D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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