#523942

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

Shades of Tawny Port #523942

Tints of Tawny Port #523942

Color information

#523942 (or 0x523942) is unknown color: approx Tawny Port. HEX triplet: 52, 39 and 42. RGB value is (82,57,66). Sum of RGB (Red+Green+Blue) = 82+57+66=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 82 - color contains mainly: red. Hex color #523942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523942 is #ADC6BD. Grayscale: #414141. Windows color (decimal): -11388606 or 4340050. OLE color: 4340050.

HSL color Cylindrical-coordinate representation of color #523942: hue angle of 338.4º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #523942 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB825766-
CMYK00.300.200.68
HSL338.4º17.99%27.25%-
HSV(B)338.4º30.49%32.16%-
XYZ5.935.115.83-
YUV65.5128.28139.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40%
GREEN value IS 57 (22.66% from 255) = 27.80%
BLUE value IS 66 (26.17% from 255) = 32.20%
R=40%
G=27.80%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82576600.300.200.68338.417.9927.25
Hex52394201E1444152121b
Octal12271102036241045222233
Binary101001011100110000100111101010010001001010100101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523942; }

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

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

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

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

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

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

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

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