#533942

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

Shades of Tawny Port #533942

Tints of Tawny Port #533942

Color information

#533942 (or 0x533942) is unknown color: approx Tawny Port. HEX triplet: 53, 39 and 42. RGB value is (83,57,66). Sum of RGB (Red+Green+Blue) = 83+57+66=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #533942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533942 is #ACC6BD. Grayscale: #414141. Windows color (decimal): -11323070 or 4340051. OLE color: 4340051.

HSL color Cylindrical-coordinate representation of color #533942: hue angle of 339.23º 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 #533942 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB835766-
CMYK00.310.200.67
HSL339.23º18.57%27.45%-
HSV(B)339.23º31.33%32.55%-
XYZ6.015.165.83-
YUV65.8128.11140.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.29%
GREEN value IS 57 (22.66% from 255) = 27.67%
BLUE value IS 66 (26.17% from 255) = 32.04%
R=40.29%
G=27.67%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83576600.310.200.67339.2318.5727.45
Hex53394201F1443153131b
Octal12371102037241035232333
Binary101001111100110000100111111010010000111010100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533942; }

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

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

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

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

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

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

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

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