#533A44

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

Shades of Tawny Port #533A44

Tints of Tawny Port #533A44

Color information

#533A44 (or 0x533A44) is unknown color: approx Tawny Port. HEX triplet: 53, 3A and 44. RGB value is (83,58,68). Sum of RGB (Red+Green+Blue) = 83+58+68=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #533A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A44 is #ACC5BB. Grayscale: #424242. Windows color (decimal): -11322812 or 4471379. OLE color: 4471379.

HSL color Cylindrical-coordinate representation of color #533A44: hue angle of 336º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #533A44 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB835868-
CMYK00.300.180.67
HSL336º17.73%27.65%-
HSV(B)336º30.12%32.55%-
XYZ6.125.286.17-
YUV66.61128.78139.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.71%
GREEN value IS 58 (23.05% from 255) = 27.75%
BLUE value IS 68 (26.95% from 255) = 32.54%
R=39.71%
G=27.75%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83586800.300.180.6733617.7327.65
Hex533A4401E1243150121c
Octal12372104036221035202234
Binary101001111101010001000111101001010000111010100001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533A44; }

 p { color: rgb(83,58,68); }

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

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

 a { background-color: rgb(83,58,68); }

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

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

 span { border-color: rgb(83,58,68); }

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