#533D31

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

Shades of Paco #533D31

Tints of Paco #533D31

Color information

#533D31 (or 0x533D31) is unknown color: approx Paco. HEX triplet: 53, 3D and 31. RGB value is (83,61,49). Sum of RGB (Red+Green+Blue) = 83+61+49=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #533D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D31 is #ACC2CE. Grayscale: #424242. Windows color (decimal): -11322063 or 3226963. OLE color: 3226963.

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

Color convert

RGB836149-
CMYK00.270.410.67
HSL21.18º25.76%25.88%-
HSV(B)21.18º40.96%32.55%-
XYZ5.795.43.64-
YUV66.21118.29139.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 61 (24.22% from 255) = 31.61%
BLUE value IS 49 (19.53% from 255) = 25.39%
R=43.01%
G=31.61%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83614900.270.410.6721.1825.7625.88
Hex533D3101B2943151a1a
Octal123756103351103253232
Binary10100111111011100010110111010011000011101011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,61,49); }

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

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

 a { background-color: rgb(83,61,49); }

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

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

 span { border-color: rgb(83,61,49); }

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