Html Css Color HEX #523B42 Tawny Port

📋 copy color: '#523B42'

red 82 ◦ green 59 ◦ blue 66

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

Shades of Tawny Port #523B42

Tints of Tawny Port #523B42

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.5%

 BLUE value IS 66 (26.17% from 255) = 31.88%

R = 39.61%
G = 28.5%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#523B42 (or 0x523B42) is known color: Tawny Port. HEX triplet: 52, 3B and 42. RGB value is (82,59,66). Sum of RGB (Red+Green+Blue) = 82+59+66=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 82 - color contains mainly: red. Hex color #523B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B42 is #ADC4BD. Grayscale: #424242. Windows color (decimal): -11388094 or 4340562. OLE color: 4340562.

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

Color convert

RGB 82 59 66 -
CMYK 0 0.28 0.20 0.68
HSL 341.74º 0.16% 0.28% -
HSV(B) 341.74º 0.28% 0.32% -
XYZ 6.03 5.32 5.86 -
YUV 66.68 127.62 138.93 -
System Red Green Blue C M Y K H S L
Decimal 82 59 66 0 0.28 0.20 0.68 341.74 0.16 0.28
Hex 52 3B 42 0 1C 14 44 156 10 1C
Octal 122 73 102 0 34 24 104 526 20 34
Binary 1010010 111011 1000010 0 11100 10100 1000100 101010110 10000 11100

Color Harmonies of #523B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523B42

Black with #523B42

Text Example


Text Example

White with #523B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,59,66); }

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

background-color css

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

 a { background-color: rgb(82,59,66); }

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

border-color css

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

 span { border-color: rgb(82,59,66); }

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