#523D45

Color #523D45 Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #523D45

Tints of Tawny Port #523D45

Color information

#523D45 (or 0x523D45) is unknown color: approx Tawny Port. HEX triplet: 52, 3D and 45. RGB value is (82,61,69). Sum of RGB (Red+Green+Blue) = 82+61+69=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #523D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D45 is #ADC2BA. Grayscale: #444444. Windows color (decimal): -11387579 or 4537682. OLE color: 4537682.

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

Color convert

RGB826169-
CMYK00.260.160.68
HSL337.14º14.69%28.04%-
HSV(B)337.14º25.61%32.16%-
XYZ6.225.566.38-
YUV68.19128.46137.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.68%
GREEN value IS 61 (24.22% from 255) = 28.77%
BLUE value IS 69 (27.34% from 255) = 32.55%
R=38.68%
G=28.77%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82616900.260.160.68337.1414.6928.04
Hex523D4501A1044151f1c
Octal12275105032201045211734
Binary10100101111011000101011010100001000100101010001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #523D45;
 }
 .AnyTagClassName
 {
   color: #523D45;
 }
</style>
background-color css

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

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

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

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

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

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