#533941

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

Shades of Tawny Port #533941

Tints of Tawny Port #533941

Color information

#533941 (or 0x533941) is unknown color: approx Tawny Port. HEX triplet: 53, 39 and 41. RGB value is (83,57,65). Sum of RGB (Red+Green+Blue) = 83+57+65=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #533941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533941 is #ACC6BE. Grayscale: #414141. Windows color (decimal): -11323071 or 4274515. OLE color: 4274515.

HSL color Cylindrical-coordinate representation of color #533941: hue angle of 341.54º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #533941 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB835765-
CMYK00.310.220.67
HSL341.54º18.57%27.45%-
HSV(B)341.54º31.33%32.55%-
XYZ5.985.155.68-
YUV65.69127.61140.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 57 (22.66% from 255) = 27.80%
BLUE value IS 65 (25.78% from 255) = 31.71%
R=40.49%
G=27.80%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83576500.310.220.67341.5418.5727.45
Hex53394101F1643156131b
Octal12371101037261035262333
Binary101001111100110000010111111011010000111010101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533941; }

 p { color: rgb(83,57,65); }

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

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

 a { background-color: rgb(83,57,65); }

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

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

 span { border-color: rgb(83,57,65); }

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