#533742

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

Shades of Tawny Port #533742

Tints of Tawny Port #533742

Color information

#533742 (or 0x533742) is unknown color: approx Tawny Port. HEX triplet: 53, 37 and 42. RGB value is (83,55,66). Sum of RGB (Red+Green+Blue) = 83+55+66=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #533742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533742 is #ACC8BD. Grayscale: #404040. Windows color (decimal): -11323582 or 4339539. OLE color: 4339539.

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

Color convert

RGB835566-
CMYK00.340.200.67
HSL336.43º20.29%27.06%-
HSV(B)336.43º33.73%32.55%-
XYZ5.924.965.8-
YUV64.63128.78141.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.69%
GREEN value IS 55 (21.88% from 255) = 26.96%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=40.69%
G=26.96%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83556600.340.200.67336.4320.2927.06
Hex5337420221443150141b
Octal12367102042241035202433
Binary1010011110111100001001000101010010000111010100001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533742; }

 p { color: rgb(83,55,66); }

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

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

 a { background-color: rgb(83,55,66); }

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

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

 span { border-color: rgb(83,55,66); }

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